We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6113840 commit eb6cd7eCopy full SHA for eb6cd7e
platform/ios/wd/wd.pro
@@ -1,4 +1,8 @@
1
-QT += core gui network widgets qml xml multimedia multimediawidgets quick
+QT += core gui network widgets qml xml multimedia multimediawidgets quick
2
+
3
+TEMPLATE = app
4
+QTPLUGIN += qtaudio_coreaudio qtmedia_audioengine qavfmediaplayer qavfcamera
5
+CONFIG += mobility
6
7
SOURCES += \
8
../../../src/Test/shutdown_command.cc \
platform/ios/wd/wd.qml
@@ -19,8 +19,7 @@
19
*/
20
21
import QtQuick 2.1
22
-import QtQuick.Window 2.1
23
-import QtQuick.Controls 2.1
24
-import QtQuick.Layouts 2.1
+import QtQuick.Controls 1.1
+import QtMultimedia 5.0
25
26
QtObject {}
0 commit comments