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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest