summaryrefslogtreecommitdiffstats
path: root/src/core/qt3dcore_global.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 15:54:23 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:49:37 +0000
commit409b2d9b0bc8e6427c0580016a4037569f8bc733 (patch)
treeb192023654554ef9bb43299e91a2f0ca9a35eacd /src/core/qt3dcore_global.h
parent2b31df970611a742bd08868c2ab6e61aa95e6bdc (diff)
rely on the automatically defined QT_BUILD_*_LIB
Change-Id: Ib4667e1d11309e76f60150eb4e474dbc1b4191ce Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/qt3dcore_global.h')
-rw-r--r--src/core/qt3dcore_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/qt3dcore_global.h b/src/core/qt3dcore_global.h
index 68382ecf0..53297712d 100644
--- a/src/core/qt3dcore_global.h
+++ b/src/core/qt3dcore_global.h
@@ -42,7 +42,7 @@
QT_BEGIN_NAMESPACE
#if defined(QT_SHARED) || !defined(QT_STATIC)
-# if defined(QT3DCORE_LIBRARY)
+# if defined(QT_BUILD_3DCORE_LIB)
# define QT3DCORESHARED_EXPORT Q_DECL_EXPORT
# else
# define QT3DCORESHARED_EXPORT Q_DECL_IMPORT