Disables all the APIs deprecated before Qt 6.7.0.
This commit is contained in:
parent
d67df44d9c
commit
d896fa01fc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user