From 0d505b983af91ea7eeed9f3098f0d0603b3ea472 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 8 Mar 2013 19:50:46 +0100 Subject: remove strange qdoc dependency it's not quite clear why it was here. probably a vestige. Change-Id: I6768df717ff9605a5833bcc4db56f486c266ea2e Reviewed-by: Joerg Bornemann --- src/tools/tools.pro | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/tools') diff --git a/src/tools/tools.pro b/src/tools/tools.pro index fa9ed54c50..1eba102c20 100644 --- a/src/tools/tools.pro +++ b/src/tools/tools.pro @@ -34,10 +34,3 @@ contains(QT_CONFIG, dbus) { } SUBDIRS = $$TOOLS_SUBDIRS - -# Ensure qdoc is built before making any docs. We rely on the existing dependency -# on bootstrap for each of the other tools to ensure they also build qdoc first, -# and likewise, the dependency of the rest of the build on tools, src, etc. -bootstrap_prepare_docs.depends += $${src_tools_qdoc.target}-make_first -bootstrap_prepare_docs.target = $${src_tools_bootstrap.target}-prepare_docs -QMAKE_EXTRA_TARGETS += bootstrap_prepare_docs -- cgit v1.2.3