From d896fa01fc09fc583112e463c6c04fd72cf25c28 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 17 Apr 2024 21:25:45 +0300 Subject: [PATCH] Disables all the APIs deprecated before Qt 6.7.0. --- qbs/modules/buildconfig/buildconfig.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.