aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/qt.mk
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-06-16 02:10:00 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-06-16 02:23:29 +0300
commit1155978d8f3fcc1cebf357302b933b834f9c9465 (patch)
tree9ec8132a70e63b8949b68b27fc61d6fe54256544 /depends/packages/qt.mk
parent763793b60e4ec0d1df129279ca3f08fc97d6d90e (diff)
downloadbitcoin-1155978d8f3fcc1cebf357302b933b834f9c9465.tar.xz
build, qt: Do not install *.prl files
Diffstat (limited to 'depends/packages/qt.mk')
-rw-r--r--depends/packages/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk
index 32979244e4..0c3ef8c82f 100644
--- a/depends/packages/qt.mk
+++ b/depends/packages/qt.mk
@@ -265,5 +265,5 @@ endef
define $(package)_postprocess_cmds
rm -rf native/mkspecs/ native/lib/ lib/cmake/ && \
- rm -f lib/lib*.la lib/*.prl plugins/*/*.prl
+ rm -f lib/lib*.la
endef