aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/window/window/window.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-24 21:20:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-28 07:10:06 +0100
commit99cf339f964218ee0762aa6f95189b2cac3a1240 (patch)
treedb84124a30caef8b20de5723aa63b4e6013bbaab /examples/quick/window/window/window.pro
parent6c18353123f22c1279258f8ccbd7c45c98bd0980 (diff)
mark forgotten EXAMPLE_FILES
Change-Id: I83c7706479ea3afd45ab9c97f63f68d416b28f55 Reviewed-by: Alan Alpert <aalpert@rim.com>
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