summaryrefslogtreecommitdiffstats
path: root/src/input/qt3dinput_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/qt3dinput_global.h')
-rw-r--r--src/input/qt3dinput_global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/qt3dinput_global.h b/src/input/qt3dinput_global.h
index 9c76435f9..ee380fbc7 100644
--- a/src/input/qt3dinput_global.h
+++ b/src/input/qt3dinput_global.h
@@ -46,12 +46,12 @@ QT_BEGIN_NAMESPACE
#if defined(QT_SHARED) || !defined(QT_STATIC)
# if defined(QT_BUILD_3DINPUT_LIB)
-# define QT3DINPUTSHARED_EXPORT Q_DECL_EXPORT
+# define Q_3DINPUTSHARED_EXPORT Q_DECL_EXPORT
# else
-# define QT3DINPUTSHARED_EXPORT Q_DECL_IMPORT
+# define Q_3DINPUTSHARED_EXPORT Q_DECL_IMPORT
# endif
#else
-# define QT3DINPUTSHARED_EXPORT
+# define Q_3DINPUTSHARED_EXPORT
#endif
QT_END_NAMESPACE