summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-06 21:52:31 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 08:29:09 +0200
commit813aa64000119e8f4d6a903f69b0796e9d1681d9 (patch)
treed23b07bdfa2e78b77e24b3453bb6f9f37a3ad5c3 /examples
parent8e30519cf65edf285b96edc7be1a360411c5efc1 (diff)
downloadqtxmlpatterns-813aa64000119e8f4d6a903f69b0796e9d1681d9.tar.gz
Fix compilation of examples when Qt is configured with -no-widgets
Change-Id: I4bd904946c7f27dd371138457ef894b4576abd61 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/xmlpatterns/xmlpatterns.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/xmlpatterns/xmlpatterns.pro b/examples/xmlpatterns/xmlpatterns.pro
index e5649f5..756c4f1 100644
--- a/examples/xmlpatterns/xmlpatterns.pro
+++ b/examples/xmlpatterns/xmlpatterns.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += filetree xquery trafficinfo schema recipes
+SUBDIRS += xquery
+!contains(QT_CONFIG, no-widgets): SUBDIRS += filetree trafficinfo schema recipes