summaryrefslogtreecommitdiffstats
path: root/examples/declarative/declarative.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/declarative.pro')
-rw-r--r--examples/declarative/declarative.pro49
1 files changed, 28 insertions, 21 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro
index c2e93d55..4079afc2 100644
--- a/examples/declarative/declarative.pro
+++ b/examples/declarative/declarative.pro
@@ -2,29 +2,36 @@ TEMPLATE = subdirs
# These examples contain some C++ and need to be built
SUBDIRS = \
- animation \
- cppextensions \
- modelviews \
- i18n \
- imageelements \
- keyinteraction/focus \
- positioners \
- sqllocalstorage \
- text \
- threading \
- tutorials \
- touchinteraction \
- toys \
- ui-components
+ animation \
+ calculator \
+ cppextensions \
+ flickr \
+ i18n \
+ imageelements \
+ keyinteraction/focus \
+ minehunt \
+ modelviews \
+ photoviewer \
+ positioners \
+ righttoleft \
+ rssnews \
+ samegame \
+ shadereffects \
+ snake \
+ sqllocalstorage \
+ text \
+ threading \
+ touchinteraction \
+ toys \
+ tutorials \
+ twitter \
+ ui-components
# OpenGL shader examples requires opengl and they contain some C++ and need to be built
contains(QT_CONFIG, opengl): SUBDIRS += shadereffects
# These examples contain no C++ and can simply be copied
-sources.files = \
- cppextensions \
- xml \
- declarative.pro
-
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative
-INSTALLS += sources
+EXAMPLE_FILES = \
+ helper \
+ screenorientation \
+ xml