summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-11 16:15:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 21:00:42 +0100
commit88ad6741ddc2b2be1979aad91679fb578efc899a (patch)
tree40337592d6590b2b0c05ded0471f5cf0f2c45672
parent04cb8ef1ee919f071540ccb5cae10bb47f37fb3e (diff)
Do not build Qt Quick 1 documentation and example manifest.
It was decided to leave in the examples as reference, but not obviously refer to them in the documentation. Change-Id: I932a2a3fc983d5a8a63855ae94d509161fdfada4 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
-rw-r--r--src/src.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 4fcc7e79..7c5180c5 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,5 +1,8 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS += declarative imports plugins doc
+SUBDIRS += declarative imports plugins
+
+# We do not want QtQuick 1 documentation and examples show up automatically.
+# SUBDIRS += doc