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