Skip to content

Commit 44cbeb6

Browse files
Second try linux qttranslations
Signed-off-by: guillaume-haerinck <[email protected]>
1 parent 546a861 commit 44cbeb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package-system/Qt/build-linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ sudo apt-get install -y libfontconfig1-dev \
5858
libxkbcommon-x11-dev \
5959
libxrender-dev
6060

61+
# QT6 translations dependencies
62+
sudo apt-get install -y clang-tools-14 clang-format-14 clang-tidy-14 llvm-14-dev llvm-14-linker-tools llvm-14-tools llvm-14-runtime
63+
6164
QTARRAY="qtbase,qtimageformats,qtsvg,qtwayland,qttranslations"
6265
BUILD_ROOT="${TEMP_FOLDER}/src"
6366
BUILD_PATH="${TEMP_FOLDER}/build"

0 commit comments

Comments
 (0)