mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
Set compression rate for rcc targets
This follows our current setting in src.pro.
This commit is contained in:
parent
6880e03145
commit
0539c816ae
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ if (DBUS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# automatically call Qt moc, rcc and uic as needed for all targets by default
|
# automatically call Qt moc, rcc and uic as needed for all targets by default
|
||||||
|
set(CMAKE_AUTORCC_OPTIONS --compress 9 --threshold 5)
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
set(CMAKE_AUTORCC ON)
|
set(CMAKE_AUTORCC ON)
|
||||||
set(CMAKE_AUTOUIC ON)
|
set(CMAKE_AUTOUIC ON)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue