See also: https://github.com/gentoo/gentoo/pull/45527

It is queried 16 times right now in ::gentoo.

Signed-off-by: Andreas Sturmlechner <[email protected]>
---
 eclass/qmake-utils.eclass | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index d535e39da2cd..1be7524693ad 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -141,6 +141,13 @@ qt6_get_libdir() {
        echo /usr/$(get_libdir)
 }
 
+# @FUNCTION: qt6_get_libexecdir
+# @DESCRIPTION:
+# Echoes the directory where Qt6 libexec bins are installed.
+qt6_get_libexecdir() {
+       echo $(qt6_get_libdir)/qt6/libexec
+}
+
 # @FUNCTION: qt6_get_mkspecsdir
 # @DESCRIPTION:
 # Echoes the directory where Qt6 mkspecs are installed.
-- 
2.52.0

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to