qt5declarative: also install cmake and pkgconfig files for qt5quick
authorMirko Vogt <[email protected]>
Mon, 12 May 2025 01:32:49 +0000 (01:32 +0000)
committerMirko Vogt <[email protected]>
Thu, 22 May 2025 10:58:15 +0000 (10:58 +0000)
frameworks/qt5/qt5quick2/Makefile

index 8ac4901560300c0009021757df91b26e0caeae86..d401a86f5f4febda4a41f38c58c15fd934902000 100644 (file)
@@ -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