Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion resources/translations/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1996-2024 Cyberbotics Ltd.
# Copyright 1996-2026 Cyberbotics Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -37,9 +37,14 @@ include $(WEBOTS_HOME_PATH)/resources/Makefile.os.include
WEBOTS_SRC_PATH = $(WEBOTS_HOME_PATH)/src/webots

ifeq ($(OSTYPE),windows)
ifdef CI
LUPDATE = lupdate-qt6
LRELEASE = lrelease-qt6
else
LUPDATE = lupdate
LRELEASE = lrelease
endif
else
QT_BINARIES_PATH = $(WEBOTS_HOME_PATH)/bin/qt

ifeq ($(OSTYPE),linux)
Expand Down
2 changes: 1 addition & 1 deletion scripts/install/msys64_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ declare -a BASE_PACKAGES=(
"zip" # robotbenchmark square path
"mingw-w64-x86_64-qt6-base" # Webots
"mingw-w64-x86_64-qt6-declarative" # Webots
"mingw-w64-x86_64-qt6-tools" # Webots (translation: lrelease-qt6 and lupdate-qt6)
"mingw-w64-x86_64-qt6-tools" # Webots (translation: lrelease and lupdate)
"mingw-w64-x86_64-qt6-translations" # Webots
"mingw-w64-x86_64-qt6-websockets" # Webots
"mingw-w64-x86_64-libzip" # Webots
Expand Down