Skip to content

Commit 1877390

Browse files
committed
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.
1 parent 560e996 commit 1877390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ endef
9393

9494
define $(package)_postprocess_cmds
9595
rm -rf mkspecs/ lib/cmake/ && \
96-
rm lib/libQt5Bootstrap.a lib/lib*.la lib/lib*.prl
96+
rm lib/libQt5Bootstrap.a lib/lib*.la lib/*.prl plugins/*/*.prl
9797
endef

0 commit comments

Comments
 (0)