Skip to content

Commit 1155978

Browse files
committed
build, qt: Do not install *.prl files
1 parent 763793b commit 1155978

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

depends/packages/qt.mk

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

266266
define $(package)_postprocess_cmds
267267
rm -rf native/mkspecs/ native/lib/ lib/cmake/ && \
268-
rm -f lib/lib*.la lib/*.prl plugins/*/*.prl
268+
rm -f lib/lib*.la
269269
endef

depends/patches/qt/qt.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ cache(, super)
33

44
!QTDIR_build: cache(CONFIG, add, $$list(QTDIR_build))
55

6+
prl = no_install_prl
7+
CONFIG += $$prl
8+
cache(CONFIG, add stash, prl)
9+
610
TEMPLATE = subdirs
711
SUBDIRS = qtbase qttools qttranslations
812

0 commit comments

Comments
 (0)