From da8b0c997648be3e5f6375f6e43ec13842b0ce10 Mon Sep 17 00:00:00 2001 From: xcffl Date: Sun, 19 Feb 2023 08:08:10 +0000 Subject: [PATCH] align qtbase version between sources.json and unix-ci.py --- setup/unix-ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index 5b05c9aebe..4a16de89fb 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -90,7 +90,7 @@ def download_and_decompress(url, dest, compression=None): def install_qt_source_code(): dest = os.path.expanduser('~/qt-base') os.mkdir(dest) - download_and_decompress('https://download.calibre-ebook.com/qtbase-everywhere-src-6.2.2.tar.xz', dest, 'J') + download_and_decompress('https://download.calibre-ebook.com/qtbase-everywhere-src-6.4.2.tar.xz', dest, 'J') qdir = glob.glob(dest + '/*')[0] os.environ['QT_SRC'] = qdir