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>
This commit is contained in:
parent
f310067ee0
commit
f4d721fccb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user