aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/doc/src/snippets/code/doc_src_emb-vnc.qdoc
blob: c35274f3f4fec13fbe78c8dbfa0ef0432e76e84a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//! [0]
cd path/to/QtEmbedded
./configure -qt-gfx-vnc
make
//! [0]


//! [1]
cd path/to/QtEmbedded/examples/widgets/analogclock
./analogclock -qws -display VNC:0
//! [1]


//! [2]
vncviewer localhost:0
//! [2]

//! [Starting server]
analogclock -qws -display VNC:0
//! [Starting server]
//! [Starting clients]
calculator -display VNC:0
scribble -display VNC:0
imageviewer -display VNC:0
//! [Starting clients]