This commit is contained in:
Kovid Goyal 2014-04-21 12:18:12 +05:30
parent 16a5c262eb
commit 56dd89fb88

View File

@ -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',):
for ext in ('progress_indicator', 'pictureflow'):
extdir = os.path.join('build', 'pyqt', ext)
if os.path.exists(extdir):
shutil.rmtree(extdir)