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 763793b commit 1155978Copy full SHA for 1155978
depends/packages/qt.mk
@@ -265,5 +265,5 @@ endef
265
266
define $(package)_postprocess_cmds
267
rm -rf native/mkspecs/ native/lib/ lib/cmake/ && \
268
- rm -f lib/lib*.la lib/*.prl plugins/*/*.prl
+ rm -f lib/lib*.la
269
endef
depends/patches/qt/qt.pro
@@ -3,6 +3,10 @@ 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