projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416b5e1
)
qt5base: install all built plugin binaries into $(STAGING_DIR)
author
Mirko Vogt
<
[email protected]
>
Mon, 12 May 2025 01:22:13 +0000
(
01:22
+0000)
committer
Mirko Vogt
<
[email protected]
>
Thu, 22 May 2025 10:58:15 +0000
(10:58 +0000)
They shouldn't be necessary, as nothing will or at least should link
against the resulting shared objects, as they aren't regular ones but
plug-ins.
However cmake-based projects complain about them missing - hence
provide/install them.
frameworks/qt5/qt5base/Makefile
patch
|
blob
|
history
diff --git
a/frameworks/qt5/qt5base/Makefile
b/frameworks/qt5/qt5base/Makefile
index 2cb809ff977f4bbaa7ef42836ac716be2d435d2c..b614228e456b98cc07e9e1a7c59ed4c3c0e38e7c 100644
(file)
--- a/
frameworks/qt5/qt5base/Makefile
+++ b/
frameworks/qt5/qt5base/Makefile
@@
-522,6
+522,7
@@
define Build/InstallDev
$(call Build/Install/Headers,$(1))
$(call Build/Install/Cmakes,$(1))
$(call Build/Install/Libs,$(1),*)
+ $(call Build/Install/Plugins,$(1),*,*)
endef
define Host/Install