Browse Source

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.
pull/145/head
Cory Fields 10 years ago
parent
commit
187739006c
  1. 2
      depends/packages/qt.mk

2
depends/packages/qt.mk

@ -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

Loading…
Cancel
Save