mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:14:36 +02:00
Rebuild qt_hack on qt5 branch checkout
This commit is contained in:
parent
c99debb5b6
commit
c80a065b74
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ def get_branch_name(rev):
|
|||
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…
Reference in a new issue