aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qtqmlcompilerglobal.h
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2022-03-23 15:02:08 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2022-07-06 14:19:03 +0200
commit4a252c890053d0b364ab4a65e781935b44de892d (patch)
treed376b2f8a292ebea8c06379ac14e07ce750c6bc9 /src/qml/qtqmlcompilerglobal.h
parenta64347aeb7948055a0b666236c58a8e8ec399979 (diff)
qml: Rename Q_QMLCOMPILER_EXPORT to Q_QML_COMPILER_EXPORT
Otherwise we are in conflict with the export macro of the qmlcompiler library. Change-Id: Ic0f647a6708bc4c0b32ee63a684d56c4fbfca2a7 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit ce53e48504fc40df6195d68ad3767826ce10148a) Reviewed-by: Fawzi Mohamed <fawzi.mohamed@qt.io>
Diffstat (limited to 'src/qml/qtqmlcompilerglobal.h')
-rw-r--r--src/qml/qtqmlcompilerglobal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/qtqmlcompilerglobal.h b/src/qml/qtqmlcompilerglobal.h
index 81bd63eb95..732bc51be0 100644
--- a/src/qml/qtqmlcompilerglobal.h
+++ b/src/qml/qtqmlcompilerglobal.h
@@ -45,12 +45,12 @@
QT_BEGIN_NAMESPACE
#if defined(QT_STATIC)
-# define Q_QMLCOMPILER_EXPORT
+# define Q_QML_COMPILER_EXPORT
#else
# if defined(QT_BUILD_QML_LIB)
-# define Q_QMLCOMPILER_EXPORT Q_DECL_EXPORT
+# define Q_QML_COMPILER_EXPORT Q_DECL_EXPORT
# else
-# define Q_QMLCOMPILER_EXPORT Q_DECL_IMPORT
+# define Q_QML_COMPILER_EXPORT Q_DECL_IMPORT
# endif
#endif