aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/tutorials.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tutorials/tutorials.pro')
-rw-r--r--examples/quick/tutorials/tutorials.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/quick/tutorials/tutorials.pro b/examples/quick/tutorials/tutorials.pro
new file mode 100644
index 0000000000..fd6117b2d0
--- /dev/null
+++ b/examples/quick/tutorials/tutorials.pro
@@ -0,0 +1,8 @@
+TEMPLATE = subdirs
+SUBDIRS += gettingStartedQml
+
+EXAMPLE_FILES = \
+ dynamicview \
+ extending \
+ helloworld \
+ samegame