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

SOURCES += window.cpp
OTHER_FILES = Window.qml nogui.qml standalone.qml twowindows.qml

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/window/window
sources.files = $$SOURCES $$OTHER_FILES window.pro
sources.path = $$target.path
INSTALLS = sources target