From 042e06a45529da6ff75425373bb8c9362d2bb1a9 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Sun, 17 Sep 2023 15:01:06 +0200 Subject: [PATCH] Update Windows Qt to address libwebp --- hifi_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifi_qt.py b/hifi_qt.py index 01aeaafa26..9e0fb8617f 100644 --- a/hifi_qt.py +++ b/hifi_qt.py @@ -139,7 +139,7 @@ endif() return if 'Windows' == system: - self.qtUrl = self.assets_url + '/dependencies/qt5/qt5-install-5.15.10-qtwebengine-5.15.15-2023.06.17-kde1742cc4f85f1b57c5f8ef51d62ff0b958f38912de57a9094aa3a3e3bf35ae6cb-windows-x86_64.tar.xz' + self.qtUrl = self.assets_url + '/dependencies/qt5/qt5-install-5.15.10-2023.09.17-windows-x86_64.tar.xz' elif 'Darwin' == system: self.qtUrl = self.assets_url + '/dependencies/vcpkg/qt5-install-5.15.2-macos.tar.gz' elif 'Linux' == system: