summaryrefslogtreecommitdiffstats
path: root/demos/declarative/declarative.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/declarative.pro')
-rw-r--r--demos/declarative/declarative.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/declarative/declarative.pro b/demos/declarative/declarative.pro
new file mode 100644
index 00000000..33803579
--- /dev/null
+++ b/demos/declarative/declarative.pro
@@ -0,0 +1,15 @@
+TEMPLATE = subdirs
+
+# These demos contain C++ and need to be compiled
+SUBDIRS = \
+ calculator \
+ flickr \
+ photoviewer \
+ minehunt \
+ samegame \
+ snake \
+ rssnews \
+ twitter
+
+contains(QT_CONFIG, webkit):SUBDIRS += webbrowser
+