From 615ee01e17d60c22b3854ec5fb8c400978e3c10a Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Mon, 11 Dec 2017 15:38:49 +0100 Subject: [PATCH] qt5quick2: include *.js-files for QML plugins and include qmlrunner in test pkg --- frameworks/qt5quick2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frameworks/qt5quick2/Makefile b/frameworks/qt5quick2/Makefile index e49291a..4f63d08 100644 --- a/frameworks/qt5quick2/Makefile +++ b/frameworks/qt5quick2/Makefile @@ -146,7 +146,7 @@ define Build/Install/QMLplugin $(1)/$(QT_INSTALL_QML)/$(2) $(CP) \ - $(PKG_INSTALL_DIR)/$(QT_INSTALL_QML)/$(2)/{plugins.qmltypes,qmldir,$(3).{so,qml}*} \ + $(PKG_INSTALL_DIR)/$(QT_INSTALL_QML)/$(2)/{plugins.qmltypes,qmldir,$(3).{so,qml,js}*} \ $(1)/$(QT_INSTALL_QML)/$(2)/ \ || true endef @@ -192,6 +192,8 @@ endef define Package/qt5quick2-qml-test/install $(call Build/Install/QMLplugin,$(1),QtTest,*) + $(INSTALL_DIR) $(1)/usr/bin + $(CP) $(PKG_INSTALL_DIR)/usr/bin/qmltestrunner $(1)/usr/bin/ endef define Package/qt5quick2-qml-layouts/install -- 2.30.2