summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtest_global.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-21 16:48:12 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-24 05:00:44 +0200
commitf49bd470990b838bb2c1a79605621e2d8c786a0b (patch)
tree2977e6f46a86f04a5809170473beb18fc2d2c0bf /src/testlib/qtest_global.h
parent47fc4e0f8cd332621b09f80d17b20f1689d1e642 (diff)
Remove legacy Symbian code from qtestlib.
Change-Id: Ia4ac52ce0b5f5a4ba1fcd6594daf424fd7208777 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
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 6789c5938c..730329a19c 100644
--- a/src/testlib/qtest_global.h
+++ b/src/testlib/qtest_global.h
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Test)
-#if !defined(QT_SHARED) && !defined(QT_DLL) && !(defined(Q_OS_SYMBIAN) && defined(Q_CC_RVCT))
+#if !defined(QT_SHARED) && !defined(QT_DLL)
# define Q_TESTLIB_EXPORT
#else
# ifdef QTESTLIB_MAKEDLL
@@ -60,7 +60,7 @@ QT_MODULE(Test)
# endif
#endif
-#if defined (Q_CC_SUN) || defined (Q_CC_XLC) || (defined (Q_CC_GNU) && (__GNUC__ - 0 < 3)) || defined (Q_CC_NOKIAX86)
+#if defined (Q_CC_SUN) || defined (Q_CC_XLC) || (defined (Q_CC_GNU) && (__GNUC__ - 0 < 3))
# define QTEST_NO_SPECIALIZATIONS
#endif