From 9e0912ac7e9e42aedf3978e53e83a29d4c853e46 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Mon, 12 May 2025 01:32:49 +0000 Subject: [PATCH] qt5declarative: also install cmake and pkgconfig files for qt5quick --- frameworks/qt5/qt5quick2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworks/qt5/qt5quick2/Makefile b/frameworks/qt5/qt5quick2/Makefile index 8ac4901..d401a86 100644 --- a/frameworks/qt5/qt5quick2/Makefile +++ b/frameworks/qt5/qt5quick2/Makefile @@ -195,6 +195,8 @@ endef define Build/InstallDev $(call Build/Install/HostFiles,$(1)) $(call Build/Install/Headers,$(1)) + $(call Build/Install/Cmakes,$(1)) + $(call Build/Install/Pkgconfigs,$(1)) $(call Build/Install/Libs,$(1),*) ln -sf /bin/true $(STAGING_DIR)/host/bin/qmlplugindump -- 2.30.2