1
0
Fork 0

download_and_compile.sh: add optional dependency on qttools5-dev

This package is needed to embed translations in the built-in launcher
(it contains Qt5LinguistToolsConfig.cmake). Thanks to Clm76 for the
feedback.
This commit is contained in:
Florent Rougon 2019-03-25 11:09:13 +01:00
parent 1f27f8e39a
commit 1cf284bd6f

View file

@ -620,6 +620,7 @@ if [[ "$DOWNLOAD_PACKAGES" = "y" ]]; then
# The following packages are needed for the built-in launcher
_optional_pkg_alternative qt5-default
_optional_pkg_alternative qtdeclarative5-dev
_optional_pkg_alternative qttools5-dev
_optional_pkg_alternative qtbase5-dev-tools # for rcc
_optional_pkg_alternative qttools5-dev-tools # for lrelease
_optional_pkg_alternative qml-module-qtquick2