summaryrefslogtreecommitdiffstats
path: root/examples/examples.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 /examples/examples.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 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 33c18114a..c4952cd18 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
SUBDIRS += qt3d
-!isEmpty(QT.qml.name): SUBDIRS += quick3d
+qtHaveModule(qml): SUBDIRS += quick3d