diff --git a/qbs/modules/buildconfig/buildconfig.qbs b/qbs/modules/buildconfig/buildconfig.qbs index 179fedd4e..2f077fde1 100644 --- a/qbs/modules/buildconfig/buildconfig.qbs +++ b/qbs/modules/buildconfig/buildconfig.qbs @@ -127,7 +127,7 @@ Module { // You can make your code fail to compile if it uses deprecated APIs. // In order to do so, uncomment the following line. - "QT_DISABLE_DEPRECATED_BEFORE=0x060600", // disables all the APIs deprecated before Qt 6.6.0 + "QT_DISABLE_DEPRECATED_BEFORE=0x060700", // disables all the APIs deprecated before Qt 6.7.0 // Since Qt 5.4.0 the source code location is recorded only in debug builds. // We need this information also in release builds. For this need define QT_MESSAGELOGCONTEXT.