mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-16 21:51:33 -06:00
Temporarily lower Qt version deprecation
Static builds of Qt fail when deprecating up to 6.6 [QTBUG-141994](https://bugreports.qt.io/browse/QTBUG-141994) PR #23499
This commit is contained in:
@@ -20,7 +20,7 @@ target_compile_features(qbt_common_cfg INTERFACE
|
||||
)
|
||||
|
||||
target_compile_definitions(qbt_common_cfg INTERFACE
|
||||
QT_DISABLE_DEPRECATED_UP_TO=0x060600
|
||||
QT_DISABLE_DEPRECATED_UP_TO=0x060500
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
QT_NO_CAST_FROM_BYTEARRAY
|
||||
|
||||
Reference in New Issue
Block a user