Hello all,
As the a11y team is quite small, I thought I'd reach out to the wider
community. KMouth has a noqt3support branch that removes the old
deprecated Qt3Support from it. This is the first step towards getting
KMouth ported to Qt5/KF5/QtSpeech. If one or many of you would check
it out, build
see below
On 27/04/15 03:43, Boudhayan Gupta wrote:
> I'll target the build problems first: XCB is not detected. Here's how
> I include Qt5X11Extras:
>
> find_package(XCB COMPONENTS XFIXES IMAGE UTIL CURSOR)
> if (XCB_FOUND)
> find_package(Qt5X11Extras ${QT_MIN_VERSION} REQUIRED)
> find_p