diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2016-10-21 13:48:00 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2016-10-25 04:01:06 +0000 |
commit | 5a160606aefa5b07909faba55af53d1c95368486 (patch) | |
tree | 533c64b3a2964610c2cc4d13c908189147b43f57 /examples | |
parent | 973105d9fb3372910255825e7395fb1156e24c02 (diff) | |
download | qtxmlpatterns-5a160606aefa5b07909faba55af53d1c95368486.tar.gz |
Add feature xml-schema
Fix build warnings about missing qfeatures.
Change-Id: I577b78fcf2037877f15d87006e279e61e4d86945
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/xmlpatterns/xmlpatterns.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/xmlpatterns/xmlpatterns.pro b/examples/xmlpatterns/xmlpatterns.pro index bfc3a3e..b7c65d8 100644 --- a/examples/xmlpatterns/xmlpatterns.pro +++ b/examples/xmlpatterns/xmlpatterns.pro @@ -1,10 +1,10 @@ TEMPLATE = subdirs +QT_FOR_CONFIG += xmlpatterns-private SUBDIRS += xquery qtHaveModule(widgets) { SUBDIRS += recipes - load(qfeatures) - !contains(QT_DISABLED_FEATURES, xmlschema): SUBDIRS += filetree schema + qtConfig(xml-schema): SUBDIRS += filetree schema } EXAMPLE_FILES = \ |