From 1cf284bd6f65b76dd0404a57d634d822b507b7c3 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Mon, 25 Mar 2019 11:09:13 +0100 Subject: [PATCH] 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. --- download_and_compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/download_and_compile.sh b/download_and_compile.sh index 1a30532..51d369f 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -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