mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Define QT_USE_QSTRINGBUILDER.
The old defines are deprecated. QT_USE_QSTRINGBUILDER also supports QByteArray which we use extensively in WebUI.
This commit is contained in:
@@ -57,8 +57,8 @@ CONFIG(release, debug|release) {
|
||||
include(../version.pri)
|
||||
|
||||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
# Fast concatenation (Qt >= 4.6)
|
||||
DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS
|
||||
# Efficient construction for QString & QByteArray (Qt >= 4.8)
|
||||
DEFINES += QT_USE_QSTRINGBUILDER
|
||||
|
||||
win32: DEFINES += NOMINMAX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user