aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/qml.pro')
-rw-r--r--examples/qml/qml.pro38
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/qml/qml.pro b/examples/qml/qml.pro
new file mode 100644
index 0000000000..23d33bd653
--- /dev/null
+++ b/examples/qml/qml.pro
@@ -0,0 +1,38 @@
+TEMPLATE = subdirs
+
+# These examples contain some C++ and need to be built
+SUBDIRS = \
+ cppextensions \
+ minehunt \
+ modelviews \
+ painteditem \
+ tutorials \
+ script
+
+# These examples contain no C++ and can simply be copied
+sources.files = \
+ animation \
+ calculator \
+ cppextensions \
+ flickr \
+ i18n \
+ imageelements \
+ keyinteraction \
+ photoviewer \
+ positioners \
+ rssnews \
+ samegame \
+ snake \
+ sqllocalstorage \
+ text \
+ threading \
+ touchinteraction \
+ toys \
+ twitter \
+ ui-components \
+ webbrowser \
+ xml
+
+
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml
+INSTALLS += sources