summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-08-26 18:01:43 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-29 06:49:00 +0200
commitf4d721fccb29e5cb5f43cb0e3f8441f0cb159083 (patch)
tree06c817cc9d77556c4862e63d07f7b48fd5e96bb7 /src
parentf310067ee0265be1f0488b886c988de02eac7975 (diff)
Remove obsolete ifdef.
QTEST_EMBED is not defined in Qt itself, nor is it defined by any of the CI builds for Qt's supported platforms. Change-Id: I73a3979630130fc8f1ef99dcbc17b4d1875ba246 Reviewed-on: http://codereview.qt.nokia.com/3641 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/testlib/qtest_global.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testlib/qtest_global.h b/src/testlib/qtest_global.h
index 85b9d6e1c1..b7479a8102 100644
--- a/src/testlib/qtest_global.h
+++ b/src/testlib/qtest_global.h
@@ -50,9 +50,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Test)
-#ifdef QTEST_EMBED
-# define Q_TESTLIB_EXPORT
-#elif !defined(QT_SHARED) && !(defined(Q_OS_SYMBIAN) && defined(Q_CC_RVCT))
+#if !defined(QT_SHARED) && !(defined(Q_OS_SYMBIAN) && defined(Q_CC_RVCT))
# define Q_TESTLIB_EXPORT
#else
# ifdef QTESTLIB_MAKEDLL