We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6522af6 commit 4a5208aCopy full SHA for 4a5208a
depends/packages/qt.mk
@@ -273,5 +273,5 @@ endef
273
274
define $(package)_postprocess_cmds
275
rm -rf native/mkspecs/ native/lib/ lib/cmake/ && \
276
- rm -f lib/lib*.la
+ rm -f lib/lib*.la lib/*.prl plugins/*/*.prl
277
endef
depends/patches/qt/qt.pro
@@ -3,10 +3,6 @@ cache(, super)
3
4
!QTDIR_build: cache(CONFIG, add, $$list(QTDIR_build))
5
6
-prl = no_install_prl
7
-CONFIG += $$prl
8
-cache(CONFIG, add stash, prl)
9
-
10
TEMPLATE = subdirs
11
SUBDIRS = qtbase qttools qttranslations
12
0 commit comments