summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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