summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-21 11:22:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-09 23:58:46 +0100
commit46bc500458ff3618a08f89ee3d80de9600d29503 (patch)
tree1da1886cd84faf1bfeeaff3000125d67a35bbc91 /tests/auto/auto.pro
parent7c8a029909aab22bd82101c62d4ce9846d712549 (diff)
make use of qtHaveModule()
Change-Id: I53de6de78a982968c31a9c8d17628d1cddb63a14 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> 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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index b92739c5c..3aac8a00f 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,8 +2,8 @@ TEMPLATE = subdirs
SUBDIRS = threed \
cmake
-!isEmpty(QT.qml.name): SUBDIRS += imports
-contains(QT_CONFIG, qmltest) {
+qtHaveModule(qml): SUBDIRS += imports
+qtHaveModule(qmltest) {
SUBDIRS += qml3d
!win32 : SUBDIRS += qml3d_visual
}