diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-10-21 13:39:47 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-21 13:41:46 +0200 |
commit | 3be13b50c0b100345a52d097908a33a52a5c374b (patch) | |
tree | 678962074c4d6eb29fa3fcc10592d601ccaaaada | |
parent | 694ba70a5bf6ea042cc8d6f8cda4fa6b3f9ea26e (diff) | |
download | qtxmlpatterns-3be13b50c0b100345a52d097908a33a52a5c374b.tar.gz |
Fix test compilation on Windows.
Change-Id: Iad81e6c7908ba1f931c8634cb1c16649999a864c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
-rw-r--r-- | tests/auto/xmlpatternssdk/Global.h | 2 |
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 |