Skip to content

Commit 0b2c094

Browse files
Try building translations module
Signed-off-by: guillaume-haerinck <[email protected]>
1 parent 78cb5fc commit 0b2c094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-system/Qt/build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sudo apt-get install -y libfontconfig1-dev \
5858
libxkbcommon-x11-dev \
5959
libxrender-dev
6060

61-
QTARRAY="qtbase,qtimageformats,qtsvg,qtwayland"
61+
QTARRAY="qtbase,qtimageformats,qtsvg,qttranslations,qtwayland"
6262
BUILD_ROOT="${TEMP_FOLDER}/src"
6363
BUILD_PATH="${TEMP_FOLDER}/build"
6464

package-system/Qt/build-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ REM
1010

1111
REM Set these before running the script
1212
if not defined VCVARS_PATH set VCVARS_PATH="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
13-
if not defined QTARRAY set QTARRAY=qtbase,qtimageformats,qtsvg
13+
if not defined QTARRAY set QTARRAY=qtbase,qtimageformats,qtsvg,qttranslations
1414

1515
REM TEMP_FOLDER and TARGET_INSTALL_ROOT get set from the pull_and_build_from_git.py script
1616
set CHECKS_FAILED=0

0 commit comments

Comments
 (0)