mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Rebuild qt_hack on qt5 branch checkout
This commit is contained in:
parent
c99debb5b6
commit
c80a065b74
@ -47,7 +47,7 @@ elif flags in ('master', 'qt5'):
|
||||
if is_qt5_transition:
|
||||
# Rebuild PyQt extensions
|
||||
if not os.path.exists('.git/rebase-merge'): # Dont rebuild if we are rebasing
|
||||
for ext in ('progress_indicator', 'pictureflow'):
|
||||
for ext in ('progress_indicator', 'pictureflow', 'qt_hack'):
|
||||
extdir = os.path.join('build', 'pyqt', ext)
|
||||
if os.path.exists(extdir):
|
||||
shutil.rmtree(extdir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user