summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternssdk/ExpressionInfo.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-11-08 11:08:40 +0100
committerJukka Jokiniva <jukka.jokiniva@qt.io>2020-02-26 07:11:39 +0000
commit111f80c615c4cef23558e2942a3c4081e2c19121 (patch)
treecce3a1372ec5e45235d997306528eb90e799c855 /tests/auto/xmlpatternssdk/ExpressionInfo.h
parent74c5be960cbd4709cd8e4dee897cf53c00838128 (diff)
Enable auto tests run stand-alone5.13
Change the QtXmlPatternsSDK helper library to be a static library. Fixes: QTBUG-79802 Change-Id: I2f299fbcb73da155643a0b66a13a88745de6d00f Reviewed-by: Matti Paaso <matti.paaso@qt.io> (cherry picked from commit 45ad1dc9c5f7330ea5d33cc8c8585d33b097e2e8) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'tests/auto/xmlpatternssdk/ExpressionInfo.h')
-rw-r--r--tests/auto/xmlpatternssdk/ExpressionInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatternssdk/ExpressionInfo.h b/tests/auto/xmlpatternssdk/ExpressionInfo.h
index 37055290..148ce397 100644
--- a/tests/auto/xmlpatternssdk/ExpressionInfo.h
+++ b/tests/auto/xmlpatternssdk/ExpressionInfo.h
@@ -49,7 +49,7 @@ namespace QPatternistSDK
* @ingroup PatternistSDK
* @author Frans Englich <frans.englich@nokia.com>
*/
- class Q_PATTERNISTSDK_EXPORT ExpressionInfo : public QPatternist::ExpressionVisitorResult
+ class ExpressionInfo : public QPatternist::ExpressionVisitorResult
{
public:
ExpressionInfo(const QString &name, const QString &details);