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 /tests/auto/auto.pro | |
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 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index df80f80..aba49b6 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,4 +1,5 @@ TEMPLATE=subdirs +QT_FOR_CONFIG += xmlpatterns-private SUBDIRS=\ checkxmlfiles \ cmake \ @@ -30,8 +31,7 @@ SUBDIRS=\ xmlpatternsxqts \ xmlpatternsxslts \ -load(qfeatures) -!contains(QT_DISABLED_FEATURES, xmlschema) { +qtConfig(xml-schema) { SUBDIRS += qxmlschema \ qxmlschemavalidator \ xmlpatternsschema \ |