Skip to content

Commit

Permalink
Revert "build, qt: Do not install *.prl files"
Browse files Browse the repository at this point in the history
This reverts commit 1155978.
  • Loading branch information
hebasto committed Jan 18, 2024
1 parent 42c0d4f commit adcb895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ endef

define $(package)_postprocess_cmds
rm -rf native/mkspecs/ native/lib/ lib/cmake/ && \
rm -f lib/lib*.la
rm -f lib/lib*.la lib/*.prl plugins/*/*.prl
endef
4 changes: 0 additions & 4 deletions depends/patches/qt/qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ cache(, super)

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

prl = no_install_prl
CONFIG += $$prl
cache(CONFIG, add stash, prl)

TEMPLATE = subdirs
SUBDIRS = qtbase qttools qttranslations

Expand Down

0 comments on commit adcb895

Please sign in to comment.