summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/qt3d/qt3d.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qt3d/qt3d.pro b/tools/qt3d/qt3d.pro
index 4d40584e6..e65a01637 100644
--- a/tools/qt3d/qt3d.pro
+++ b/tools/qt3d/qt3d.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-contains(QT_CONFIG, widgets): contains(QT_CONFIG, opengl): SUBDIRS += qglinfo
+qtHaveModule(widgets):qtHaveModule(opengl): SUBDIRS += qglinfo