diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2022-10-16 22:25:32 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-02 05:09:45 +0000 |
commit | 4a76675f995cf571af1f70e93cc3bae0acc62d12 (patch) | |
tree | cb7edd7ead181a1d9de11850a4114569005ffdf0 /eclass/qt6-build.eclass | |
parent | profiles: mask dev-qt/qtcharts:6 (diff) | |
download | gentoo-4a76675f995cf571af1f70e93cc3bae0acc62d12.tar.gz gentoo-4a76675f995cf571af1f70e93cc3bae0acc62d12.tar.bz2 gentoo-4a76675f995cf571af1f70e93cc3bae0acc62d12.zip |
qt6-build.eclass: add qt6-build_src_install
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/qt6-build.eclass')
-rw-r--r-- | eclass/qt6-build.eclass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass index c8313e255a0a..b7e062e6ef54 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 |