The Beaver Debugger is a project that's pulling just the debugger out of QT-Creator. Sounds interesting, so I made an ebuild with my limited knowledge of both QT and ebuild's. Reproducible: Always
Created attachment 256744 [details] A first pass of an ebuild I may be missing additional dependencies. I just kept adding dependencies until it finished (and also tried to glean some ideas from the -D args to the compiler). If anyone can tell me a better way to figure out what it depends on, let me know. The one odd thing is that it doesn't depend on qt-webkit when compiling, but when it links, qt-core's library has some undefined symbols (QWebView stuff) unless I hack their app.pro file and add webkit as a QT dependency. Since I did that I figured it had to go into the RDEPEND line. I don't know if this is just because my qt-core for some reason has a dependency on qt-webkit and such issues won't exist on other systems? Someone more in the know might have more illumination on that front.
Suggest closing this request, upstream seems to be dead.
Thanks. Amy