summaryrefslogtreecommitdiffstats
path: root/examples/declarative/declarative.pro
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-06-13 15:13:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-16 12:41:51 +0200
commit27d22c5f4201c7555b42e187252bee3fd88d3821 (patch)
tree8977189090a5977884558634b99233fff62d175a /examples/declarative/declarative.pro
parent82ffec0b3daab59c96b5f1d5963566bd9418766e (diff)
Doc: Move Qt Quick 1 demos and their documentationold/5.1
When installing the examples, we currently end up with a QT_INSTALL_EXAMPLES/demos directory with nothing but documentation files. This change moves the docs and also the demos themselves into examples/declarative/demos. Also fixes the links in demo .qdoc files. Task-number: QTBUG-31722 Change-Id: Ied15526be1db8437e14be786ea69eae98af8dd3f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/declarative/declarative.pro')
-rw-r--r--examples/declarative/declarative.pro8
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro
index 123539ff..35f6d9c7 100644
--- a/examples/declarative/declarative.pro
+++ b/examples/declarative/declarative.pro
@@ -2,28 +2,22 @@ TEMPLATE = subdirs
# These examples contain some C++ and need to be built
SUBDIRS = \
+ demos \
animation \
- calculator \
cppextensions \
flickr \
i18n \
imageelements \
keyinteraction/focus \
- minehunt \
modelviews \
- photoviewer \
positioners \
righttoleft \
- rssnews \
- samegame \
- 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