aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parent4acac5ddf1e123d1436011a9ec911e89014a4798 (diff)
use auto-defined QT_BUILD_*_LIB variables
Change-Id: Iefe0b0982ee482bc47b4f66e514a7d0900674e42 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/particles/qtquickparticlesglobal_p.h2
-rw-r--r--src/qmltest/quicktestglobal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/particles/qtquickparticlesglobal_p.h b/src/particles/qtquickparticlesglobal_p.h
index d7814f759d..03773273fb 100644
--- a/src/particles/qtquickparticlesglobal_p.h
+++ b/src/particles/qtquickparticlesglobal_p.h
@@ -48,7 +48,7 @@
#if defined(Q_OS_WIN)
# if defined(QT_MAKEDLL) /* create a Qt DLL library */
-# if defined(QT_BUILD_QUICKPARTICLES_LIB)
+# if defined(QT_BUILD_PARTICLES_LIB)
# define Q_QUICKPARTICLES_PRIVATE_EXPORT Q_DECL_EXPORT
# else
# define Q_QUICKPARTICLES_PRIVATE_EXPORT Q_DECL_IMPORT
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