aboutsummaryrefslogtreecommitdiffstats
path: root/examples/window/window/window.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/window/window/window.pro')
-rw-r--r--examples/window/window/window.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/window/window/window.pro b/examples/window/window/window.pro
index c4518418f6..7939773b17 100644
--- a/examples/window/window/window.pro
+++ b/examples/window/window/window.pro
@@ -3,3 +3,9 @@ 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