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

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

SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qml/shell
INSTALLS += target