summaryrefslogtreecommitdiffstats
path: root/src/extras/qt3dextras_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/qt3dextras_global.h')
-rw-r--r--src/extras/qt3dextras_global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extras/qt3dextras_global.h b/src/extras/qt3dextras_global.h
index ee2111bcc..c4f649df3 100644
--- a/src/extras/qt3dextras_global.h
+++ b/src/extras/qt3dextras_global.h
@@ -46,12 +46,12 @@ QT_BEGIN_NAMESPACE
#if defined(QT_SHARED) || !defined(QT_STATIC)
# if defined(QT3DEXTRAS_LIBRARY)
-# define QT3DEXTRASSHARED_EXPORT Q_DECL_EXPORT
+# define Q_3DEXTRASSHARED_EXPORT Q_DECL_EXPORT
# else
-# define QT3DEXTRASSHARED_EXPORT Q_DECL_IMPORT
+# define Q_3DEXTRASSHARED_EXPORT Q_DECL_IMPORT
# endif
#else
-# define QT3DEXTRASSHARED_EXPORT
+# define Q_3DEXTRASSHARED_EXPORT
#endif
QT_END_NAMESPACE