summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-05 14:32:07 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 07:27:53 +0200
commit6b95e54f1f99875054b54df6a16233c2a44810b4 (patch)
treeb4f2ab6734048e7f589aa9226639e83e92ab95c5 /examples/examples.pro
parent7d7cd17d388e3777e1f707722638e69dcd477180 (diff)
Fix compilation of examples with -no-widgets
Change-Id: Ie0e19daf6c6476b5c5130f4930dfa3df92917384 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 7ce42d7fe7..176a5c95c5 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -8,7 +8,7 @@ SUBDIRS = \
xml \
qpa
-!contains(QT_CONFIG, no-gui) {
+!contains(QT_CONFIG, no-widgets) {
SUBDIRS += \
animation \
desktop \