download_and_compile.sh: add optional dependencies qtbase5-dev-tools and qttools5-dev-tools
qtbase5-dev-tools contains the 'rcc' tool, and qttools5-dev-tools contains 'lrelease'. Unless I'm mistaken, both are needed to compile the Qt resources containing translations in the QM format for FlightGear's built-in launcher.
This commit is contained in:
parent
359152c8d1
commit
1c5449fcd6
@ -592,6 +592,8 @@ _mandatory_pkg_alternative libpng-dev libpng12-dev libpng16-dev
|
|||||||
# The following packages are needed for the built-in launcher
|
# The following packages are needed for the built-in launcher
|
||||||
_optional_pkg_alternative qt5-default
|
_optional_pkg_alternative qt5-default
|
||||||
_optional_pkg_alternative qtdeclarative5-dev
|
_optional_pkg_alternative qtdeclarative5-dev
|
||||||
|
_optional_pkg_alternative qtbase5-dev-tools # for rcc
|
||||||
|
_optional_pkg_alternative qttools5-dev-tools # for lrelease
|
||||||
_optional_pkg_alternative qml-module-qtquick2
|
_optional_pkg_alternative qml-module-qtquick2
|
||||||
_optional_pkg_alternative qml-module-qtquick-window2
|
_optional_pkg_alternative qml-module-qtquick-window2
|
||||||
_optional_pkg_alternative qml-module-qtquick-dialogs
|
_optional_pkg_alternative qml-module-qtquick-dialogs
|
||||||
|
Loading…
Reference in New Issue
Block a user