summaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-21 10:57:38 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-08 11:06:50 +0100
commitac83b242c26d5b8750b6bf0f9ed0bac0e4569b6c (patch)
tree03bbf9219cb04304040131e3ad0fd9d9f74aff3a /examples/examples.pro
parent0ad2be463848898235abd8ebeebc076042cf398f (diff)
downloadqtlocation-ac83b242c26d5b8750b6bf0f9ed0bac0e4569b6c.tar.gz
make use of qtHaveModule()
Change-Id: Ifd6b6040bd00357bf658f5b51215d4208823bab1 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 babe1b68..fa19990e 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
-!isEmpty(QT.quick.name): SUBDIRS += declarative weatherinfo
-!contains(QT_CONFIG, no-widgets): SUBDIRS += logfilepositionsource
+qtHaveModule(quick): SUBDIRS += declarative weatherinfo
+qtHaveModule(widgets): SUBDIRS += logfilepositionsource