Disables all the APIs deprecated before Qt 6.7.0.

develop
Roman Telezhynskyi 2024-04-17 21:25:45 +03:00
parent d67df44d9c
commit d896fa01fc
1 changed files with 1 additions and 1 deletions

View File

@ -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.