[Interest] VNC Plugin in 5.8.0 Beta to 5.6.1

Andrew Knight andrew.knight at intopalo.com
Mon Nov 7 21:21:49 CET 2016


Hi Brandon,


On 11/04/16 17:27, Schaefer, Brandon wrote:
> Hello,
>
> I'm trying to get VNC plugin that is in 5.8.0 Beta to work with 5.6.1, and I'm running into issues during compile regarding cursors. QT_NO_CURSOR is defined during build, and I'll get errors in plugins/platforms/vnc/qvnc.cpp. QVncClientCursor constructor attempts to call QWindow::cursor(), which doesn't exist with QT_NO_CURSOR option. Is this a bug or an issue between versions of Qt?

It is a common problem with the Qt feature system: many of these ifdefs
don't get tested by the configurations in the Qt Project CI, so build
breaks slip in.

> Seems like the same error would occur with 5.8 with QT_NO_CURSOR defined.

Indeed. See https://codereview.qt-project.org/176088 for a fix.

Cheers,
Andrew



More information about the Interest mailing list