aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/chattutorial/chapter1/chapter1.pro
blob: 323b0709d49aba9af8f56e07b6bcf4f3615df643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app

QT += qml quick

SOURCES += main.cpp

resources.files = \
    Main.qml \
    qmldir
resources.prefix = qt/qml/chattutorial/
RESOURCES += resources \
    qtquickcontrols2.conf

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/chattutorial/chapter1
INSTALLS += target