mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
Revert "build, qt: Do not install *.prl files"
This reverts commit 1155978d8f
.
This commit is contained in:
parent
6522af62af
commit
4a5208a81d
2 changed files with 1 additions and 5 deletions
|
@ -273,5 +273,5 @@ endef
|
||||||
|
|
||||||
define $(package)_postprocess_cmds
|
define $(package)_postprocess_cmds
|
||||||
rm -rf native/mkspecs/ native/lib/ lib/cmake/ && \
|
rm -rf native/mkspecs/ native/lib/ lib/cmake/ && \
|
||||||
rm -f lib/lib*.la
|
rm -f lib/lib*.la lib/*.prl plugins/*/*.prl
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -3,10 +3,6 @@ cache(, super)
|
||||||
|
|
||||||
!QTDIR_build: cache(CONFIG, add, $$list(QTDIR_build))
|
!QTDIR_build: cache(CONFIG, add, $$list(QTDIR_build))
|
||||||
|
|
||||||
prl = no_install_prl
|
|
||||||
CONFIG += $$prl
|
|
||||||
cache(CONFIG, add stash, prl)
|
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = qtbase qttools qttranslations
|
SUBDIRS = qtbase qttools qttranslations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue