summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/tutorials.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/tutorials/tutorials.pro')
-rw-r--r--examples/declarative/tutorials/tutorials.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/declarative/tutorials/tutorials.pro b/examples/declarative/tutorials/tutorials.pro
index 5ad5b37a..7e26353e 100644
--- a/examples/declarative/tutorials/tutorials.pro
+++ b/examples/declarative/tutorials/tutorials.pro
@@ -1,9 +1,9 @@
TEMPLATE = subdirs
SUBDIRS += \
- extending
+ extending \
+ gettingStarted
-# install
-sources.files = tutorials.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/tutorials
-INSTALLS += sources
+EXAMPLE_FILES = \
+ helloworld \
+ samegame