depends: cleanup better after qt and force a bump

qt needs to be rebuilt for travis. The previous commit should help ensure that
this won't need to be done again.
This commit is contained in:
Cory Fields 2014-11-12 18:02:08 -05:00
parent 560e99636c
commit 187739006c
1 changed files with 1 additions and 1 deletions

View File

@ -93,5 +93,5 @@ endef
define $(package)_postprocess_cmds
rm -rf mkspecs/ lib/cmake/ && \
rm lib/libQt5Bootstrap.a lib/lib*.la lib/lib*.prl
rm lib/libQt5Bootstrap.a lib/lib*.la lib/*.prl plugins/*/*.prl
endef