summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-21 11:02:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-08 11:09:04 +0100
commit4cd6f0ddc772daf1bedd45a2dce8afd4ed2bb5bf (patch)
tree18e7ffa7d29aba9c9fb7252a57bff61dbb7f1958 /tests/auto/auto.pro
parent0c22eb9d9d1a0b72622fdf16ebf60712336b449e (diff)
make use of qtHaveModule()
Change-Id: I494ad22447fe54be405698f2dfd79e4941019bdc Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 88b2cd1af..074aa34e6 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -13,7 +13,7 @@ SUBDIRS=\
cross_compile:SUBDIRS -= host.pro
# These tests need the QtHelp module
-isEmpty(QT.help.name): SUBDIRS -= \
+!qtHaveModule(help): SUBDIRS -= \
qhelpcontentmodel \
qhelpenginecore \
qhelpgenerator \