summaryrefslogtreecommitdiff
path: root/qtdoc.pro
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-15 19:47:45 +0200
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-16 12:54:28 +0200
commita305423c9237318930b1b82d6fb7c5ac3e07877f (patch)
tree9eb69bf38987fb601ad88c37a0c5b3468549bf7d /qtdoc.pro
parent690e48eb3d45c5bc018e9c8271e74ca5881b0056 (diff)
downloadqtdoc-a305423c9237318930b1b82d6fb7c5ac3e07877f.tar.gz
Make the qtdoc repo part of the modularized build
The monolithic build is now partially removed, but there's still a lot of cruft left that we'll remove once we know what we need or not need. This introduces a bunch of qdoc warnings for examplee documentation that live in the qdoc repo, but that references an example that lives in the module. These example docs should be moved to the corresponding module. Change-Id: I15f9f9087f1e96786ce2a49a7192f1015cb192db Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'qtdoc.pro')
-rw-r--r--qtdoc.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/qtdoc.pro b/qtdoc.pro
index c6e0ef9e..8cc713f3 100644
--- a/qtdoc.pro
+++ b/qtdoc.pro
@@ -1,21 +1,2 @@
TEMPLATE = subdirs
SUBDIRS = doc # demos
-
-# Doc rules
-
-online_docs.CONFIG = recursive
-online_docs.recurse_target = online_docs
-online_docs.recurse = doc
-
-dita_docs.CONFIG = recursive
-dita_docs.recurse_target = dita_docs
-dita_docs.recurse = doc
-
-qch_docs.CONFIG = recursive
-qch_docs.recurse_target = qch_docs
-qch_docs.recurse = doc
-
-docs.commands = @echo $$shell_quote(Please use specific targets for monolithic docs (online_docs, dita_docs, qch_docs))
-
-QMAKE_EXTRA_TARGETS += online_docs qch_docs docs dita_docs
-