mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 02:36:09 +01:00
Use Qt 6.2 src on CI
This commit is contained in:
parent
e4aa736991
commit
880c1409b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue