summaryrefslogtreecommitdiffstats
path: root/src/testlib/qttestglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qttestglobal.h')
-rw-r--r--src/testlib/qttestglobal.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/testlib/qttestglobal.h b/src/testlib/qttestglobal.h
index 9561e56ba3..70a14d2dd2 100644
--- a/src/testlib/qttestglobal.h
+++ b/src/testlib/qttestglobal.h
@@ -42,19 +42,10 @@
#include <QtCore/qglobal.h>
#include <QtTest/qttestlib-config.h>
+#include <QtTest/qttestexports.h>
QT_BEGIN_NAMESPACE
-#if defined(QT_STATIC)
-# define Q_TESTLIB_EXPORT
-#else
-# ifdef QT_BUILD_TESTLIB_LIB
-# define Q_TESTLIB_EXPORT Q_DECL_EXPORT
-# else
-# define Q_TESTLIB_EXPORT Q_DECL_IMPORT
-# endif
-#endif
-
#if (defined Q_CC_HPACC) && (defined __ia64)
# ifdef Q_TESTLIB_EXPORT
# undef Q_TESTLIB_EXPORT