mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Disable functions deprecated in Qt 5.15.2 and earlier
This commit is contained in:
parent
399d3ad85a
commit
925bf7715c
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ CONFIG(release, debug|release) {
|
|||
include(../version.pri)
|
||||
|
||||
# Qt defines
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050e00
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050f02
|
||||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
DEFINES += QT_NO_CAST_FROM_BYTEARRAY
|
||||
DEFINES += QT_USE_QSTRINGBUILDER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue