summaryrefslogtreecommitdiffstats
path: root/examples/xml/xml.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/xml/xml.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/xml/xml.pro')
-rw-r--r--examples/xml/xml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro
index cec740da25..4e8e9401b7 100644
--- a/examples/xml/xml.pro
+++ b/examples/xml/xml.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = htmlinfo \
xmlstreamlint
-!contains(QT_CONFIG, no-gui) {
+!contains(QT_CONFIG, no-widgets) {
SUBDIRS += dombookmarks \
rsslisting \
saxbookmarks \