@@ -10,6 +10,8 @@ It also supports DEC Authentication (this feature requires libtomcrypt and will
Qt VNC Server can be built as a regular Qt module. For Qt 6, run qt-cmake-private && ninja. For Qt 5 run qmake && make -j8.
Important note: In order to build against Qt 5.15, the following enabler is required for Qt Declarative: https://codereview.qt-project.org/c/qt/tqtc-qtdeclarative/+/399712
# How to use
Create a VNCItem in the Qt Quick application and make it the parent of the part of the application content that you want to share. For instance, in order to share all the application content, you can make VNCItem the root item of the application.