aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/window/window/window.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/window/window/window.pro')
-rw-r--r--examples/quick/window/window/window.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/quick/window/window/window.pro b/examples/quick/window/window/window.pro
index e62decb733..3525a893fa 100644
--- a/examples/quick/window/window/window.pro
+++ b/examples/quick/window/window/window.pro
@@ -4,5 +4,10 @@ QT += qml
SOURCES += window.cpp
RESOURCES += window.qrc
+EXAMPLE_FILES = \
+ nogui.qml \
+ standalone.qml \
+ twowindows.qml
+
target.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
INSTALLS = target