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

QT += qml quick

SOURCES += main.cpp

RESOURCES += qml.qrc

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

# Default rules for deployment.
include(../../shared/qrcdeployment.pri)