Skip to content

Commit 4a5208a

Browse files
committed
Revert "build, qt: Do not install *.prl files"
This reverts commit 1155978.
1 parent 6522af6 commit 4a5208a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

depends/packages/qt.mk

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

274274
define $(package)_postprocess_cmds
275275
rm -rf native/mkspecs/ native/lib/ lib/cmake/ && \
276-
rm -f lib/lib*.la
276+
rm -f lib/lib*.la lib/*.prl plugins/*/*.prl
277277
endef

depends/patches/qt/qt.pro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ 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-
106
TEMPLATE = subdirs
117
SUBDIRS = qtbase qttools qttranslations
128

0 commit comments

Comments
 (0)