From 56dd89fb88041cc6a54d9406ea3beac4a73453da Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 21 Apr 2014 12:18:12 +0530 Subject: [PATCH] ... --- setup/git_post_checkout_hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/git_post_checkout_hook.py b/setup/git_post_checkout_hook.py index a223aaa720..780fe8cbb1 100755 --- a/setup/git_post_checkout_hook.py +++ b/setup/git_post_checkout_hook.py @@ -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)