Fix compilation of examples when Qt is configured with -no-widgets
authorKent Hansen <kent.hansen@nokia.com>
Wed, 6 Jun 2012 19:52:31 +0000 (21:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 27 Jun 2012 06:29:09 +0000 (08:29 +0200)
Change-Id: I4bd904946c7f27dd371138457ef894b4576abd61
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
examples/xmlpatterns/xmlpatterns.pro

index e5649f5..756c4f1 100644 (file)
@@ -1,2 +1,3 @@
 TEMPLATE = subdirs
-SUBDIRS +=  filetree xquery trafficinfo schema recipes
+SUBDIRS += xquery
+!contains(QT_CONFIG, no-widgets): SUBDIRS += filetree trafficinfo schema recipes