summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-06 22:41:52 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 14:32:00 +0200
commitf6a95b27d8b7bf235243e192b233a0feb91c2de0 (patch)
tree77d7a619f1910cb98f3e169b04b358cce4bef289 /examples
parente757d3ae1e21079a574f0afe911aa2e1c8169938 (diff)
Fix compilation of examples when Qt is configured with -no-widgets
Change-Id: I1ac74f9f1f28163260a9f54ecb65e1f7c1a9ea45 Reviewed-by: Cristiano di Flora <cristiano.di-flora@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 866154e85..11aa33736 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -2,5 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = \
# qmlcontacts \
# qmlorganizer \
+
+!contains(QT_CONFIG, no-widgets): SUBDIRS += \
calendardemo \
todo