Comment 14 for bug 1130784

Revision history for this message
Dmitry Shachnev (mitya57) wrote : Re: Support Qt5

I had a quick look at this bug today, for some reason it doesn't know about QtGui/QtWidgets split that happened in Qt5: http://paste.ubuntu.com/5622371/.

The easiest way will be to patch it to link QtGui stuff against QtWidgets, but I'm not sure if it's the correct approach (or maybe I'm doing something wrong). Maybe there's some wiki page describing how to build it against Qt5?