commit: f31f050dc8174a9031d41c5d7b5c52fc43dc0915 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Sep 9 07:17:46 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Sep 9 16:06:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31f050d
Revert "qt6-build.eclass: switch examples dir to /usr/lib*/qt6/examples" This reverts commit c2d1b889127af2b11559f0ac3c41313058a4969a. See bug #881433, turns out probably should not build examples. So old location makes more sense if we are only going to install sources in it. Note does mean qtbase will need to be rebuilt before start using that location though (unused currently). Bug: https://bugs.gentoo.org/881433 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> eclass/qt6-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass index 64cbfd296061..c96bc0c1c3c3 100644 --- a/eclass/qt6-build.eclass +++ b/eclass/qt6-build.eclass @@ -286,7 +286,7 @@ _qt6-build_prepare_env() { readonly QT6_BINDIR=${QT6_ARCHDATADIR}/bin readonly QT6_DOCDIR=${QT6_PREFIX}/share/qt6-doc - readonly QT6_EXAMPLESDIR=${QT6_ARCHDATADIR}/examples + readonly QT6_EXAMPLESDIR=${QT6_DATADIR}/examples readonly QT6_HEADERDIR=${QT6_PREFIX}/include/qt6 readonly QT6_IMPORTDIR=${QT6_ARCHDATADIR}/imports readonly QT6_LIBEXECDIR=${QT6_ARCHDATADIR}/libexec
