aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-01-17 13:29:40 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-16 21:19:10 +0100
commit4a5208a81d5bfeef270c64d48dce3444d6d03511 (patch)
tree1121757a40abf3b7dd9b6f095dfb01800888b4d4 /depends
parent6522af62af1c3a6e2525bfffdb2295751b6fa49b (diff)
Revert "build, qt: Do not install *.prl files"
This reverts commit 1155978d8f3fcc1cebf357302b933b834f9c9465.
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/qt.mk2
-rw-r--r--depends/patches/qt/qt.pro4
2 files changed, 1 insertions, 5 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk
index b133539495..998ce539a0 100644
--- a/depends/packages/qt.mk
+++ b/depends/packages/qt.mk
@@ -273,5 +273,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
diff --git a/depends/patches/qt/qt.pro b/depends/patches/qt/qt.pro
index 8f2e900a84..6d8b7fdb6a 100644
--- a/depends/patches/qt/qt.pro
+++ b/depends/patches/qt/qt.pro
@@ -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