mirror of https://github.com/cutefishos/calamares
CMake: Improve RCC version-checking
Previously, we check for RCC support every single time CMake runs. This is slightly wasteful, and it wasn't being done right anyway. But it's moot because: - Calamares supports back to Qt 5.9 - Qt 5.9's version of rcc (at least, 5.9.7) **does** support the command-line argument `--format-version 1` - Everything newer does too. Simplify translations a little, too: just use autorcc rather than building things by hand.main
parent
38b347f8f2
commit
bfa1f618c7
Loading…
Reference in New Issue