diff options
| author | Cory Fields <[email protected]> | 2014-11-12 18:02:08 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-11-13 04:09:19 -0500 |
| commit | 187739006c3e064b5628719adee02b4fbcb5fabc (patch) | |
| tree | 6dd240b9fe77c6f48a697b4a238cb4abaff72c92 | |
| parent | travis: attempt to fix unlikely build issue (diff) | |
| download | discoin-187739006c3e064b5628719adee02b4fbcb5fabc.tar.xz discoin-187739006c3e064b5628719adee02b4fbcb5fabc.zip | |
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.
| -rw-r--r-- | depends/packages/qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index 5fbab57dd..51f2ea663 100644 --- a/depends/packages/qt.mk +++ b/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 |