aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/declarative.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-07-04 12:11:38 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-07 10:00:54 +0200
commit37f0e135aa9311a37549056d1f7e34946c01c73f (patch)
treeab2b2d808d2c12c660291540c9ad278c2c3df021 /examples/declarative/declarative.pro
parent19a4cf3c4fefd89b21502e09d7205c1f7eb875c1 (diff)
Move the demos to the examples folder.
Change-Id: I094383099bf116357a3bb6eed0052d6d14408558 Reviewed-on: http://codereview.qt.nokia.com/1059 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/declarative/declarative.pro')
-rw-r--r--examples/declarative/declarative.pro14
1 files changed, 12 insertions, 2 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro
index cbeb7e9e26..c2950616a2 100644
--- a/examples/declarative/declarative.pro
+++ b/examples/declarative/declarative.pro
@@ -3,9 +3,10 @@ TEMPLATE = subdirs
# These examples contain some C++ and need to be built
SUBDIRS = \
cppextensions \
+ minehunt \
modelviews \
- tutorials \
- painteditem
+ painteditem \
+ tutorials
# plugins uses a 'Time' class that conflicts with symbian e32std.h also defining a class of the same name
symbian:SUBDIRS -= plugins
@@ -13,18 +14,27 @@ symbian:SUBDIRS -= plugins
# 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/declarative
INSTALLS += sources