summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/app.pro
blob: 1c260786ad74a895b4bdb29e4150d62063ae0c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app

QT += qml quick widgets

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(../../shared/qrcdeployment.pri)