I added qt dependencies to the ebuild until it worked. The designer runs, but I didn't test full functionality. I had to update the qt5-build.eclass too, for supporting qt designer: case ${PN#qt-} in concurrent|core|dbus|gui|network|opengl|printsupport|sql|test|widgets|xm l) EGIT_PROJECT="qtbase" ;; designer) EGIT_PROJECT="qttools" ;; *) EGIT_PROJECT="${PN/-}" ;; esac Reproducible: Always
Created attachment 339568 [details] ebuild for qt designer
I can confirm that the ebuild (and the changes to qt5-build.eclass) compiles and installs without problems. The designer also runs without crashing. However - so far I have not tested a project that uses the designer interface. Therfor I have not tested loading custom designer plugins. Maik: Thank you for the ebuild! Would be nice if this would be soon added to the overlay.
Done, thanks. http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=89d7b7451c4ab156966015c2781a86d312192043