Skip to content

Commit 2ffbd62

Browse files
author
Benjamin Délèze
authored
upgrade qt-6-4-3 ubuntu (#6065)
1 parent 8bdee90 commit 2ffbd62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencies/Makefile.linux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include $(WEBOTS_HOME)/resources/Makefile.os.include
66

77
DEPENDENCIES_URL = https://cyberbotics.com/files/repository/dependencies/linux64/release
88

9-
QT_VERSION = 6.2.3
9+
QT_VERSION = 6.4.3
1010
QT_PACKAGE = webots-qt-$(QT_VERSION)-linux64-release.tar.bz2
1111
OPENAL_PACKAGE = openal-linux64-1.16.0.tar.bz2
1212
OIS_PACKAGE = libOIS.1.4.tar.bz2
@@ -53,7 +53,7 @@ $(WEBOTS_DEPENDENCY_PATH)/$(QT_PACKAGE):
5353
@rm -f $(WEBOTS_DEPENDENCY_PATH)/$(QT_PACKAGE)
5454
@echo "# downloading $(QT_PACKAGE)"
5555
@wget -qq $(DEPENDENCIES_URL)/$(QT_PACKAGE) -P $(WEBOTS_DEPENDENCY_PATH)
56-
@if [ "$$(md5sum $(QT_PACKAGE) | awk '{print $$1;}')" != "edaea63de3772637993cb3facdd51d26" ]; then echo "MD5 checksum failed for $(QT_PACKAGE)"; exit 1; fi
56+
@if [ "$$(md5sum $(QT_PACKAGE) | awk '{print $$1;}')" != "a5448e2005fa981278f5348b43809932" ]; then echo "MD5 checksum failed for $(QT_PACKAGE)"; exit 1; fi
5757
@touch $(WEBOTS_DEPENDENCY_PATH)/$(QT_PACKAGE)
5858

5959

scripts/install/qt_linux_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
# follow the instructions from https://github.com/cyberbotics/webots/wiki/Qt-compilation#linux to download and compile Qt before executing this script.
77

8-
QT_VERSION=6.2.3
8+
QT_VERSION=6.4.3
99
ICU_VERSION=56
1010
QT_INSTALLATION_PATH=~/Qt/${QT_VERSION}/gcc_64
1111
WEBOTS_HOME="$(cd "$(dirname "${BASH_SOURCE[0]}" )"/../.. && pwd)"

0 commit comments

Comments
 (0)