File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright 1996-2024 Cyberbotics Ltd.
1+ # Copyright 1996-2026 Cyberbotics Ltd.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
@@ -37,9 +37,14 @@ include $(WEBOTS_HOME_PATH)/resources/Makefile.os.include
3737WEBOTS_SRC_PATH = $(WEBOTS_HOME_PATH ) /src/webots
3838
3939ifeq ($(OSTYPE ) ,windows)
40+ ifdef CI
4041LUPDATE = lupdate-qt6
4142LRELEASE = lrelease-qt6
4243else
44+ LUPDATE = lupdate
45+ LRELEASE = lrelease
46+ endif
47+ else
4348QT_BINARIES_PATH = $(WEBOTS_HOME_PATH ) /bin/qt
4449
4550ifeq ($(OSTYPE ) ,linux)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ declare -a BASE_PACKAGES=(
1515 " zip" # robotbenchmark square path
1616 " mingw-w64-x86_64-qt6-base" # Webots
1717 " mingw-w64-x86_64-qt6-declarative" # Webots
18- " mingw-w64-x86_64-qt6-tools" # Webots (translation: lrelease-qt6 and lupdate-qt6 )
18+ " mingw-w64-x86_64-qt6-tools" # Webots (translation: lrelease and lupdate)
1919 " mingw-w64-x86_64-qt6-translations" # Webots
2020 " mingw-w64-x86_64-qt6-websockets" # Webots
2121 " mingw-w64-x86_64-libzip" # Webots
You can’t perform that action at this time.
0 commit comments