diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2012-06-06 21:52:31 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-27 08:29:09 +0200 |
commit | 813aa64000119e8f4d6a903f69b0796e9d1681d9 (patch) | |
tree | d23b07bdfa2e78b77e24b3453bb6f9f37a3ad5c3 /examples/xmlpatterns | |
parent | 8e30519cf65edf285b96edc7be1a360411c5efc1 (diff) | |
download | qtxmlpatterns-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/xmlpatterns')
-rw-r--r-- | examples/xmlpatterns/xmlpatterns.pro | 3 |
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 |