mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
Use highest compression algorithm & level
https://doc.qt.io/qt-6/resources.html#compression
This commit is contained in:
parent
7c0e3baf5f
commit
606c23d1a4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
set(CMAKE_AUTORCC_OPTIONS --compress 9 --threshold 5)
|
||||
set(CMAKE_AUTORCC_OPTIONS --compress-algo best --threshold 5)
|
||||
|
||||
add_library(qbt_common_cfg INTERFACE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue