build, qt: Do not install *.prl files

This commit is contained in:
Hennadii Stepanov
2021-06-16 02:10:00 +03:00
parent 763793b60e
commit 1155978d8f
2 changed files with 5 additions and 1 deletions

View File

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