From 1ab8c7f6ed10f981d767a0acc2f420cf86775f12 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Nov 2022 09:09:19 +0000 Subject: gentoo auto-resync : 02:11:2022 - 09:09:18 --- eclass/qt6-build.eclass | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'eclass/qt6-build.eclass') 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 -- cgit v1.2.3