diff options
| author | Fabian Kosmale <fabian.kosmale@qt.io> | 2021-09-30 08:45:10 +0200 |
|---|---|---|
| committer | Fabian Kosmale <fabian.kosmale@qt.io> | 2021-09-30 12:48:57 +0200 |
| commit | 4deb42b5985cd50d7c2c8983ba0dbf21a45f9c7c (patch) | |
| tree | 94392c9e4d2a3d18c139a3cadfacb9456468e1c3 /src/qml/qtqmlcompilerglobal.h | |
| parent | 466edbf12c7c573fec7326ff4897ef44bda146a3 (diff) | |
Remove obsolete devtools lib ifdefery
Change-Id: Ifc5fc430046eb0d72434a701812fd27b200f992b
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/qtqmlcompilerglobal.h')
| -rw-r--r-- | src/qml/qtqmlcompilerglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qtqmlcompilerglobal.h b/src/qml/qtqmlcompilerglobal.h index 850d413372..81bd63eb95 100644 --- a/src/qml/qtqmlcompilerglobal.h +++ b/src/qml/qtqmlcompilerglobal.h @@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE -#if defined(QT_BUILD_QMLDEVTOOLS_LIB) || defined(QT_QMLDEVTOOLS_LIB) || defined(QT_STATIC) +#if defined(QT_STATIC) # define Q_QMLCOMPILER_EXPORT #else # if defined(QT_BUILD_QML_LIB) |
