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:
parent
1f27f8e39a
commit
1cf284bd6f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue