Closed bjorn closed 1 month ago
Using the QT_VERSION_CHECK macro as value for the QT_DISABLE_DEPRECATED_BEFORE define is causing issues since Qt 6.8, for example when QByteArray is included without first explicitly including QtGlobal.
QT_VERSION_CHECK
QT_DISABLE_DEPRECATED_BEFORE
QByteArray
QtGlobal
Using the
QT_VERSION_CHECK
macro as value for theQT_DISABLE_DEPRECATED_BEFORE
define is causing issues since Qt 6.8, for example whenQByteArray
is included without first explicitly includingQtGlobal
.