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

SOURCES += window.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
qml.files = Window.qml nogui.qml standalone.qml twowindows.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window

INSTALLS = target qml