aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-11 21:53:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-26 14:58:54 +0200
commit27416448a1c3259ecad80172ba35ab9aa504a78d (patch)
tree56870f5470b6bfd6b962641a0be34e99b29ab4ca /src/qmltest
parent4acac5ddf1e123d1436011a9ec911e89014a4798 (diff)
use auto-defined QT_BUILD_*_LIB variables
Change-Id: Iefe0b0982ee482bc47b4f66e514a7d0900674e42 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/qmltest')
-rw-r--r--src/qmltest/quicktestglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmltest/quicktestglobal.h b/src/qmltest/quicktestglobal.h
index 103cf2456f..59bd643614 100644
--- a/src/qmltest/quicktestglobal.h
+++ b/src/qmltest/quicktestglobal.h
@@ -54,7 +54,7 @@ QT_BEGIN_HEADER
# if defined(QT_DLL)
# undef QT_DLL
# endif
-# if defined(QT_BUILD_QUICK_TEST_LIB)
+# if defined(QT_BUILD_QMLTEST_LIB)
# define Q_QUICK_TEST_EXPORT Q_DECL_EXPORT
# else
# define Q_QUICK_TEST_EXPORT Q_DECL_IMPORT