source: trunk/doc/src/snippets/code/doc_src_emb-vnc.qdoc@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 410 bytes
Line 
1//! [0]
2cd path/to/QtEmbedded
3./configure -qt-gfx-vnc
4make
5//! [0]
6
7
8//! [1]
9cd path/to/QtEmbedded/examples/widgets/analogclock
10./analogclock -qws -display VNC:0
11//! [1]
12
13
14//! [2]
15vncviewer localhost:0
16//! [2]
17
18//! [Starting server]
19analogclock -qws -display VNC:0
20//! [Starting server]
21//! [Starting clients]
22calculator -display VNC:0
23scribble -display VNC:0
24imageviewer -display VNC:0
25//! [Starting clients]
Note: See TracBrowser for help on using the repository browser.