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