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:
f2d9166
)
qt5/quick: also install Plugins into staging-dir
author
Mirko Vogt
<
[email protected]
>
Mon, 19 May 2025 18:11:04 +0000
(18:11 +0000)
committer
Mirko Vogt
<
[email protected]
>
Thu, 22 May 2025 10:58:15 +0000
(10:58 +0000)
cmake errors out about referenced files not being found otherwise.
frameworks/qt5/qt5quick/Makefile
patch
|
blob
|
history
diff --git
a/frameworks/qt5/qt5quick/Makefile
b/frameworks/qt5/qt5quick/Makefile
index fd60656b44b022c0405252f990cb4cea8cdebba5..04c2a143685c11a2947dbd5efb1a9167dfb0a725 100644
(file)
--- a/
frameworks/qt5/qt5quick/Makefile
+++ b/
frameworks/qt5/qt5quick/Makefile
@@
-189,6
+189,7
@@
define Build/InstallDev
$(call Build/Install/Cmakes,$(1))
$(call Build/Install/Pkgconfigs,$(1))
$(call Build/Install/Libs,$(1),*)
+ $(call Build/Install/Plugins,$(1),*,*)
ln -sf /bin/true $(STAGING_DIR)/host/bin/qmlplugindump
endef