summaryrefslogtreecommitdiffstats
path: root/QtDemo/QtDemo.pro
blob: 2ac498ba0d18c2cc94f50571a7bf37ee8330ab0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app

QT += qml quick xmlpatterns sql svg multimedia

SOURCES += main.cpp

ios: RESOURCES += qml_ios.qrc
!ios: RESOURCES += qml.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# Default rules for deployment.
include(deployment.pri)
QTPLUGIN += qsqlite

OTHER_FILES += \
    android/AndroidManifest.xml

ios: QMAKE_INFO_PLIST = ios/iosInfo.plist