aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/window
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-01-31 15:21:52 +0100
committerSergio Ahumada <sergio.ahumada@digia.com>2013-01-31 15:23:09 +0100
commit49651307807fc097d14ae13fb71013e46944eb2a (patch)
tree3bc227a47f42c2edb7ff4b69fc183b4a99fe0bf3 /examples/quick/window
parent15b232bf694fedf553abac09af077a58ce571f9d (diff)
parentf4d4689d3c09cb4eae30be892be426d4fa185ed4 (diff)
Merge branch 'release' into stable
Diffstat (limited to 'examples/quick/window')
-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