aboutsummaryrefslogtreecommitdiffstats
path: root/demos/declarative/declarative.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/declarative.pro')
-rw-r--r--demos/declarative/declarative.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/demos/declarative/declarative.pro b/demos/declarative/declarative.pro
new file mode 100644
index 0000000000..561832c347
--- /dev/null
+++ b/demos/declarative/declarative.pro
@@ -0,0 +1,20 @@
+TEMPLATE = subdirs
+
+# These demos contain C++ and need to be compiled
+SUBDIRS = \
+ minehunt
+
+# These examples contain no C++ and can simply be copied
+sources.files = \
+ calculator \
+ flickr \
+ photoviewer \
+ samegame \
+ snake \
+ twitter \
+ rssnews \
+ webbrowser
+
+sources.path = $$[QT_INSTALL_DEMOS]/qtdeclarative/declarative
+INSTALLS += sources
+