aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/window/window/window.pro
blob: 6df7ce88495810a40432b187d50a588ffc3658b1 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
CONFIG += qt
QT += qml

SOURCES += window.cpp
RESOURCES += window.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
INSTALLS = target