aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/shell/shell.pro
blob: b57d550d315139b9c13eb54de6f05faac3383a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += qml

win32: CONFIG += console
mac:CONFIG -= app_bundle

SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/shell
sources.files = $$SOURCES shell.pro
sources.path = $$target.path
INSTALLS += target sources