Skip to content

Commit

Permalink
Examples: adds CMake remarks to Qt client example
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmorais committed Apr 3, 2024
1 parent d7ae226 commit fa6a25b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/client/qt5client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
* resizing. If you want to make this a part of your
* application, please notice that you may need to change
* the while(true) loop to disconnect the client.
*
* To build this example with all the other components of
* libvncserver, you may need to explicitly define a C++
* compiler and the path to Qt libs when calling CMake.
* e.g. cmake -DCMAKE_PREFIX_PATH=~/Qt/5.15.2/gcc_64
* -DCMAKE_CXX_COMPILER=g++
*/

#include <QApplication>
Expand Down

0 comments on commit fa6a25b

Please sign in to comment.