LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.07k stars 481 forks source link

Add Qt Widgets example #612

Closed nicmorais closed 3 months ago

nicmorais commented 3 months ago

C++ was included as project language in CMakeLists.txt. New WITH_QT option was created. I couldn't build this example if the extension was .c, so I renamed it to .cpp. So I had to write specific CMake code to build this example almost apart from the others (see lines L672-L677).