commit:     bc6a930bf7ffa456a2d26489a38d8e6b526b5edc
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 13:17:57 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 13:30:05 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=bc6a930b

qt6-build.eclass: add qt6-build_src_install

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 eclass/qt6-build.eclass | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
index 139fb03e..e7624b0c 100644
--- a/eclass/qt6-build.eclass
+++ b/eclass/qt6-build.eclass
@@ -119,6 +119,13 @@ qt6-build_src_configure() {
        cmake_src_configure
 }
 
+# @FUNCTION: qt6-build_src_install
+# @DESCRIPTION:
+# Runs cmake_src_install and anything else that might be needed here.
+qt6-build_src_install() {
+       cmake_src_install
+}
+
 ######  Public helpers  ######
 
 # @FUNCTION: qt_feature

Reply via email to