summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-21 10:55:03 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-01-04 09:37:58 +0100
commit318e889fd4c61336d658f419fb686bde3c3d06e3 (patch)
treed379d9cd797a6eae9f2e092459682c9421c07972 /examples/examples.pro
parent96408d0db92c9ac1d67180e26f803119d1b3902c (diff)
make use of qtHaveModule()
Change-Id: I810dc7b5863c1674390a7e471845f1779cbba98c 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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index a6efc9a0..f5e92257 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
-!isEmpty(QT.bluetooth.name):SUBDIRS += bluetooth
-!isEmpty(QT.nfc.name):SUBDIRS += nfc
+qtHaveModule(bluetooth): SUBDIRS += bluetooth
+qtHaveModule(nfc): SUBDIRS += nfc