summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-09-19 20:33:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-20 14:33:44 +0200
commit84c4d222525b0804ed8163b8f0aa75088c3a78ea (patch)
treec10b61c981f52d2ef30b8ebfd1f93ac82861be02 /tests/auto/auto.pro
parent4ffbd293a20ff8280217dc15a9645473fe357ce0 (diff)
don't test assistant stuff unless assistant was built
the previous test whether tools are built is implied by that. Change-Id: I3eb683c0dcaff1ebe3d51fae3e9b6ca4e4712169 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 17c84013e..88b2cd1af 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -12,8 +12,8 @@ SUBDIRS=\
# These tests don't make sense for cross-compiled builds
cross_compile:SUBDIRS -= host.pro
-# These tests don't make sense unless the tools will be built.
-!contains(QT_BUILD_PARTS, tools): SUBDIRS -= \
+# These tests need the QtHelp module
+isEmpty(QT.help.name): SUBDIRS -= \
qhelpcontentmodel \
qhelpenginecore \
qhelpgenerator \