summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtest_global.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-20 10:34:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-20 12:38:32 +0200
commit6d9c545d2b83305c3c30a0e917e6c3a474dfe66a (patch)
tree54a003c6db32c85f80c5fbb46dbf9322855966e6 /src/testlib/qtest_global.h
parent86f953a6d40666a3355e76b3ab2c8a2cf5452ec6 (diff)
parentb652bffea7a0a1bf209c21d9b73f509226f031bd (diff)
Merge "Merge branch 'buildsystem'" into refs/staging/master
Diffstat (limited to 'src/testlib/qtest_global.h')
-rw-r--r--src/testlib/qtest_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtest_global.h b/src/testlib/qtest_global.h
index b567fe7c00..18d09ba162 100644
--- a/src/testlib/qtest_global.h
+++ b/src/testlib/qtest_global.h
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
#if !defined(QT_SHARED) && !defined(QT_DLL)
# define Q_TESTLIB_EXPORT
#else
-# ifdef QTESTLIB_MAKEDLL
+# ifdef QT_BUILD_TESTLIB_LIB
# define Q_TESTLIB_EXPORT Q_DECL_EXPORT
# else
# define Q_TESTLIB_EXPORT Q_DECL_IMPORT