summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@nokia.com>2012-08-31 00:45:44 +0900
committerQt by Nokia <qt-info@nokia.com>2012-09-03 11:12:01 +0200
commit8e81271c43472c2fe7d95848b99003e13f9b400f (patch)
treec6bc15ca538a36681b75edea6fcfeb77520dde1c /examples
parenteeb6001b6c5517b27c3cf412ff6053780e59d25d (diff)
Make compile with -no-widgets
Change-Id: I8b725e8f600268ad3d2105eb2015bcf778adf48d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 3c12ee67c..c81388c25 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += help designer uitools
+!isEmpty(QT.widgets.name): SUBDIRS += help designer uitools
+