mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-30 23:00:21 -04:00
Merge branch 'align-qtbase-version-between-sources.json-and-unix-ci.py' of https://github.com/xcffl/calibre
This commit is contained in:
commit
32bf2bae82
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user