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

QT += qml quick xmlpatterns sql svg multimedia

SOURCES += main.cpp

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