summaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-06 23:12:18 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 06:57:52 +0200
commit84708a9f6cdb34caa4cbade322cee53963d8f052 (patch)
tree16551f466067b2b39ffdd3a125af8d1bd78712ee /examples/examples.pro
parent95f661872e468cd1cee1045f6d3b1011135fa84b (diff)
downloadqtlocation-84708a9f6cdb34caa4cbade322cee53963d8f052.tar.gz
Fix compilation of examples when Qt is configured with -no-widgets
Change-Id: Id21e3c5d36596dd5a522db7fe508566681bb03eb Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 28cabc0e..bd467b29 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += declarative logfilepositionsource weatherinfo
+SUBDIRS += declarative weatherinfo
+!contains(QT_CONFIG, no-widgets): SUBDIRS += logfilepositionsource