mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 04:24:23 +00:00
Use highest compression algorithm & level
https://doc.qt.io/qt-6/resources.html#compression
This commit is contained in:
parent
7c0e3baf5f
commit
606c23d1a4
@ -8,7 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||||||
|
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
set(CMAKE_AUTORCC 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)
|
add_library(qbt_common_cfg INTERFACE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user