mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 05:27:15 +03:00
Increase resource files compression level, the result is 1.9% smaller binary size
This commit is contained in:
parent
6e4fbcf017
commit
010bf80b90
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ include(core/core.pri)
|
||||||
}
|
}
|
||||||
|
|
||||||
# Resource files
|
# Resource files
|
||||||
|
QMAKE_RESOURCE_FLAGS += -compress 9 -threshold 5
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
icons.qrc \
|
icons.qrc \
|
||||||
lang.qrc
|
lang.qrc
|
||||||
|
|
Loading…
Reference in a new issue