diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-11-08 11:08:40 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-12-09 14:30:23 +0100 |
commit | 45ad1dc9c5f7330ea5d33cc8c8585d33b097e2e8 (patch) | |
tree | 07e86ee3c42fbd6c9c8a10e08be5ddee8a787225 /tests/auto/xmlpatternssdk/xmlpatternssdk.pro | |
parent | 089bdc0fcc1d87c6f5fe0835a4f723a6677e9a01 (diff) | |
download | qtxmlpatterns-45ad1dc9c5f7330ea5d33cc8c8585d33b097e2e8.tar.gz |
Enable auto tests run stand-alone
Change the QtXmlPatternsSDK helper library to be a static library.
Fixes: QTBUG-79802
Change-Id: I2f299fbcb73da155643a0b66a13a88745de6d00f
Reviewed-by: Matti Paaso <matti.paaso@qt.io>
Diffstat (limited to 'tests/auto/xmlpatternssdk/xmlpatternssdk.pro')
-rw-r--r-- | tests/auto/xmlpatternssdk/xmlpatternssdk.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro index f60672a..e52962c 100644 --- a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro +++ b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro @@ -2,9 +2,9 @@ include (../xmlpatterns.pri) TARGET = $$XMLPATTERNS_SDK TEMPLATE = lib -DEFINES += Q_PATTERNISTSDK_BUILDING QT_ENABLE_QEXPLICITLYSHAREDDATAPOINTER_STATICCAST +DEFINES += QT_ENABLE_QEXPLICITLYSHAREDDATAPOINTER_STATICCAST -CONFIG += exceptions +CONFIG += exceptions static # lib_bundle ensures we get a framework on OS X, a library bundle. CONFIG += resources |