summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternssdk/Global.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-21 13:39:47 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-21 13:41:46 +0200
commit3be13b50c0b100345a52d097908a33a52a5c374b (patch)
tree678962074c4d6eb29fa3fcc10592d601ccaaaada /tests/auto/xmlpatternssdk/Global.h
parent694ba70a5bf6ea042cc8d6f8cda4fa6b3f9ea26e (diff)
downloadqtxmlpatterns-3be13b50c0b100345a52d097908a33a52a5c374b.tar.gz
Fix test compilation on Windows.
Change-Id: Iad81e6c7908ba1f931c8634cb1c16649999a864c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests/auto/xmlpatternssdk/Global.h')
-rw-r--r--tests/auto/xmlpatternssdk/Global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatternssdk/Global.h b/tests/auto/xmlpatternssdk/Global.h
index 38c4cb2..30a89eb 100644
--- a/tests/auto/xmlpatternssdk/Global.h
+++ b/tests/auto/xmlpatternssdk/Global.h
@@ -47,7 +47,7 @@
#include "private/qitem_p.h"
#include "private/qnamepool_p.h"
-#if defined(Q_WS_WIN) || defined(Q_OS_SYMBIAN)
+#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN)
# ifdef Q_PATTERNISTSDK_BUILDING
#define Q_PATTERNISTSDK_EXPORT __declspec(dllexport)
#else