summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternssdk/Global.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-11-08 11:08:40 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-12-09 14:30:23 +0100
commit45ad1dc9c5f7330ea5d33cc8c8585d33b097e2e8 (patch)
tree07e86ee3c42fbd6c9c8a10e08be5ddee8a787225 /tests/auto/xmlpatternssdk/Global.h
parent089bdc0fcc1d87c6f5fe0835a4f723a6677e9a01 (diff)
downloadqtxmlpatterns-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/Global.h')
-rw-r--r--tests/auto/xmlpatternssdk/Global.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/auto/xmlpatternssdk/Global.h b/tests/auto/xmlpatternssdk/Global.h
index f61e118..8f16115 100644
--- a/tests/auto/xmlpatternssdk/Global.h
+++ b/tests/auto/xmlpatternssdk/Global.h
@@ -34,16 +34,6 @@
#include <private/qitem_p.h>
#include <private/qnamepool_p.h>
-#if defined(Q_OS_WIN) && !defined(QT_STATIC)
-# ifdef Q_PATTERNISTSDK_BUILDING
- #define Q_PATTERNISTSDK_EXPORT __declspec(dllexport)
- #else
- #define Q_PATTERNISTSDK_EXPORT __declspec(dllimport)
- #endif
-#else
- #define Q_PATTERNISTSDK_EXPORT
-#endif
-
/**
* @short Contains testing utilities for Patternist, interfacing W3C's XQuery Test Suite.
*
@@ -60,7 +50,7 @@ namespace QPatternistSDK
* @ingroup PatternistSDK
* @author Frans Englich <frans.englich@nokia.com>
*/
- class Q_PATTERNISTSDK_EXPORT Global
+ class Global
{
public: