uwerat / vnc-eglfs

VNC server for Qt/Quick on EGLFS
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Minimum required Qt 5 version is probably 5.13 #15

Closed livingsilver94 closed 2 years ago

livingsilver94 commented 2 years ago

Got this error:

../../git/src/VncServer.cpp:235:17: error: 'class QImage' has no member named 'convertTo'

According to the doc, this method exists starting from Qt 5.13. I don't know if there are other methods which require even superior releases, but this for sure requires something newer than 5.12.

uwerat commented 2 years ago

Fixed, thanks for reporting