diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-01-17 13:29:40 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-16 21:19:10 +0100 |
commit | 4a5208a81d5bfeef270c64d48dce3444d6d03511 (patch) | |
tree | 1121757a40abf3b7dd9b6f095dfb01800888b4d4 /depends | |
parent | 6522af62af1c3a6e2525bfffdb2295751b6fa49b (diff) |
Revert "build, qt: Do not install *.prl files"
This reverts commit 1155978d8f3fcc1cebf357302b933b834f9c9465.
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/qt.mk | 2 | ||||
-rw-r--r-- | depends/patches/qt/qt.pro | 4 |
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 |