Skip to content

Commit

Permalink
build, qt: Do not install *.prl files
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jun 15, 2021
1 parent 763793b commit 1155978
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions depends/patches/qt/qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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 1155978

Please sign in to comment.