mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Qt download server is on the fritz
This commit is contained in:
parent
905abd3680
commit
7a3fe39cfa
@ -88,7 +88,7 @@ def download_and_decompress(url, dest, compression=None):
|
|||||||
def install_qt_source_code():
|
def install_qt_source_code():
|
||||||
dest = os.path.expanduser('~/qt-base')
|
dest = os.path.expanduser('~/qt-base')
|
||||||
os.mkdir(dest)
|
os.mkdir(dest)
|
||||||
download_and_decompress('https://download.qt.io/official_releases/qt/5.15/5.15.0/submodules/qtbase-everywhere-src-5.15.0.tar.xz', dest, 'J')
|
download_and_decompress('https://download.calibre-ebook.com/download/qtbase-everywhere-src-5.15.2.tar.xz', dest, 'J')
|
||||||
qdir = glob.glob(dest + '/*')[0]
|
qdir = glob.glob(dest + '/*')[0]
|
||||||
os.environ['QT_SRC'] = qdir
|
os.environ['QT_SRC'] = qdir
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user