aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qtquickparticlesglobal_p.h
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/particles/qtquickparticlesglobal_p.h
parent4acac5ddf1e123d1436011a9ec911e89014a4798 (diff)
use auto-defined QT_BUILD_*_LIB variables
Change-Id: Iefe0b0982ee482bc47b4f66e514a7d0900674e42 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/particles/qtquickparticlesglobal_p.h')
-rw-r--r--src/particles/qtquickparticlesglobal_p.h2
1 files changed, 1 insertions, 1 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