aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qtqmlcompilerglobal_p.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-03-24 09:21:10 +0100
commitce53e48504fc40df6195d68ad3767826ce10148a (patch)
treef4c007dc669cb5675667ea194aecbaedc90caeab /src/qml/qtqmlcompilerglobal_p.h
parentcc6bd22b61cff5b992b594b69552c8f41f65f13b (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>
Diffstat (limited to 'src/qml/qtqmlcompilerglobal_p.h')
-rw-r--r--src/qml/qtqmlcompilerglobal_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qtqmlcompilerglobal_p.h b/src/qml/qtqmlcompilerglobal_p.h
index 9c8bce23d3..0f35231421 100644
--- a/src/qml/qtqmlcompilerglobal_p.h
+++ b/src/qml/qtqmlcompilerglobal_p.h
@@ -54,6 +54,6 @@
#include <QtCore/private/qglobal_p.h>
#include <qtqmlcompilerglobal.h>
-#define Q_QMLCOMPILER_PRIVATE_EXPORT Q_QMLCOMPILER_EXPORT
+#define Q_QML_COMPILER_PRIVATE_EXPORT Q_QML_COMPILER_EXPORT
#endif // QTQMLCOMPILERGLOBAL_P_H