../../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.
Got this error:
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.