All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] qt5multimedia: install examples
@ 2017-01-20 16:46 Wolfgang Grandegger
  2017-01-20 20:23 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Grandegger @ 2017-01-20 16:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>

---
 package/qt5/qt5multimedia/qt5multimedia.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/qt5/qt5multimedia/qt5multimedia.mk b/package/qt5/qt5multimedia/qt5multimedia.mk
index 67e7968..3075ffc 100644
--- a/package/qt5/qt5multimedia/qt5multimedia.mk
+++ b/package/qt5/qt5multimedia/qt5multimedia.mk
@@ -59,9 +59,16 @@ define QT5MULTIMEDIA_INSTALL_TARGET_QMLS
 endef
 endif
 
+ifeq ($(BR2_PACKAGE_QT5BASE_EXAMPLES),y)
+define QT5MULTIMEDIA_INSTALL_TARGET_EXAMPLES
+       cp -dpfr $(STAGING_DIR)/usr/lib/qt/examples/multimedia* $(TARGET_DIR)/usr/lib/qt/examples/
+endef
+endif
+
 define QT5MULTIMEDIA_INSTALL_TARGET_CMDS
 	$(QT5MULTIMEDIA_INSTALL_TARGET_LIBS)
 	$(QT5MULTIMEDIA_INSTALL_TARGET_QMLS)
+	$(QT5MULTIMEDIA_INSTALL_TARGET_EXAMPLES)
 endef
 
 $(eval $(generic-package))
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] qt5multimedia: install examples
  2017-01-20 16:46 [Buildroot] [PATCH] qt5multimedia: install examples Wolfgang Grandegger
@ 2017-01-20 20:23 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-01-20 20:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Wolfgang" == Wolfgang Grandegger <wg@grandegger.com> writes:

 > Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-20 20:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 16:46 [Buildroot] [PATCH] qt5multimedia: install examples Wolfgang Grandegger
2017-01-20 20:23 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.