diff options
Diffstat (limited to 'src/qml/qtqmlcompilerglobal.h')
-rw-r--r-- | src/qml/qtqmlcompilerglobal.h | 6 |
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 |