Ability to build a Qt-only version of the KRDC VNC backend.
[kdenetwork.git] / krdc / vnc / qtonly / README
blobe38fcb703f37fd6cadead36e545ed01120ab6538
1 Qt-only version of the KRDC VNC backend
2 =======================================
4 In order to build it, you need the LibVNCClient (LibVNCServer)
5 library (version 0.9.1 or newer required):
6   http://sourceforge.net/project/showfiles.php?group_id=32584&package_id=24717
8 The following files from KRDC are required:
9   krdc/remoteview.{cpp,h}
10   krdc/vnc/vncview.{cpp,h}
11   krdc/vnc/vncclientthread.{cpp,h}
12   krdc/vnc/qtonly/main.cpp
13   krdc/vnc/qtonly/krdc-vnc-qtonly.pro
15 Copy these files into a folder and run:
16   qmake
17   make
19 In order to try it out, type:
20   ./krdc-vnc-qtonly vnc://:password@server:1 1
21   (the last argument defines the quality as second argument (1-3, where 1 is
22   the best). Default is 2.)
24 If you use these code in your project, make sure that QTONLY is defined (see
25 krdc-vnc-qtonly.pro).
27 IMPORTANT NOTICE
28 ================
29 If you do any fixes or improvements in these files, please backport them to the original sources.
30 Please send a patch with the changes to <uwolfer @ kde.org>. Thanks a lot!