summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-09 17:37:23 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-10 14:44:51 +0200
commit3f7388bc1e7632b85a8d4a9493db3a7ba33d4153 (patch)
tree9dc4e0da2fe12b549283bdd2c27d374241f5bd67 /src/tools/qdoc
parent96bc659ea1acdafcf44fab4a09caf013d048f874 (diff)
Centralize place where we ensure qdoc is built before generating docs
Change-Id: Ie0220d3c76990f6052edcd8c738e4e2807f35c71 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'src/tools/qdoc')
-rw-r--r--src/tools/qdoc/qdoc.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/qdoc/qdoc.pro b/src/tools/qdoc/qdoc.pro
index 8d3b4e49ae..0c3521c5d7 100644
--- a/src/tools/qdoc/qdoc.pro
+++ b/src/tools/qdoc/qdoc.pro
@@ -124,9 +124,4 @@ QMAKE_EXTRA_TARGETS += html-docs qch-docs
target.path = $$[QT_HOST_BINS]
INSTALLS += target
-# Ensure that qdoc is built before we generate the docs
-docs.commands =
-docs.depends = first
-QMAKE_EXTRA_TARGET += docs
-
load(qt_targets)