Browse Source

Set compression rate for rcc targets

This follows our current setting in src.pro.
adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
0539c816ae
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      src/CMakeLists.txt

1
src/CMakeLists.txt

@ -45,6 +45,7 @@ if (DBUS) @@ -45,6 +45,7 @@ if (DBUS)
endif()
# 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_AUTORCC ON)
set(CMAKE_AUTOUIC ON)

Loading…
Cancel
Save