mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 12:44:35 +01:00
Use Qt 6.2 src on CI
This commit is contained in:
parent
3ceda4d1a3
commit
6f9b6576cf
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,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