mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use Qt 6.2 src on CI
This commit is contained in:
parent
c914ca5e6b
commit
ad78f1bddc
@ -91,7 +91,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-5.15.2.tar.xz', dest, 'J')
|
||||
download_and_decompress('https://download.calibre-ebook.com/qtbase-everywhere-src-6.2.2.tar.xz', dest, 'J')
|
||||
qdir = glob.glob(dest + '/*')[0]
|
||||
os.environ['QT_SRC'] = qdir
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user