summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtest_global.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-05-19 13:04:58 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-05-19 13:04:58 (GMT)
commitae85bab1ec5d66d4bfb628da4f0e5514dc85f5a5 (patch)
tree2df951a1332d86b9a9bdf1187f5a3fc8903cc707 /src/testlib/qtest_global.h
parent615c3070e3b8b0ecfe98c390264901ae2450c187 (diff)
downloadQt-ae85bab1ec5d66d4bfb628da4f0e5514dc85f5a5.zip
Qt-ae85bab1ec5d66d4bfb628da4f0e5514dc85f5a5.tar.gz
Qt-ae85bab1ec5d66d4bfb628da4f0e5514dc85f5a5.tar.bz2
Importing macros for testlib did not get defined properly for RVCT.
RevBy: axis
Diffstat (limited to 'src/testlib/qtest_global.h')
-rw-r--r--src/testlib/qtest_global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/qtest_global.h b/src/testlib/qtest_global.h
index ebfdae1..ba7da2a 100644
--- a/src/testlib/qtest_global.h
+++ b/src/testlib/qtest_global.h
@@ -52,7 +52,7 @@ QT_MODULE(Test)
#ifdef QTEST_EMBED
# define Q_TESTLIB_EXPORT
-#elif !defined(QT_SHARED)
+#elif !defined(QT_SHARED) && !(defined(Q_OS_SYMBIAN) && defined(Q_CC_RVCT))
# define Q_TESTLIB_EXPORT
#else
# ifdef QTESTLIB_MAKEDLL
@@ -64,7 +64,7 @@ QT_MODULE(Test)
#if (defined (Q_CC_MSVC) && _MSC_VER < 1310) || defined (Q_CC_SUN) || defined (Q_CC_XLC) || (defined (Q_CC_GNU) && (__GNUC__ - 0 < 3)) || defined (Q_CC_NOKIAX86)
# define QTEST_NO_SPECIALIZATIONS
-#endif
+#endif
#if (defined Q_CC_HPACC) && (defined __ia64)