Fix QDirIterator auto test
[qt-netbsd.git] / examples / network / README
blob23721df4c34d76eeda86876483e3ef4f85ddc20b
1 Qt is provided with an extensive set of network classes to support both
2 client-based and server side network programming.
4 These examples demonstrate the fundamental aspects of network programming
5 with Qt.
8 The example launcher provided with Qt can be used to explore each of the
9 examples in this directory.
11 Documentation for these examples can be found via the Tutorial and Examples
12 link in the main Qt documentation.
15 Finding the Qt Examples and Demos launcher
16 ==========================================
18 On Windows:
20 The launcher can be accessed via the Windows Start menu. Select the menu
21 entry entitled "Qt Examples and Demos" entry in the submenu containing
22 the Qt tools.
24 On Mac OS X:
26 For the binary distribution, the qtdemo executable is installed in the
27 /Developer/Applications/Qt directory. For the source distribution, it is
28 installed alongside the other Qt tools on the path specified when Qt is
29 configured.
31 On Unix/Linux:
33 The qtdemo executable is installed alongside the other Qt tools on the path
34 specified when Qt is configured.
36 On all platforms:
38 The source code for the launcher can be found in the demos/qtdemo directory
39 in the Qt package. This example is built at the same time as the Qt libraries,
40 tools, examples, and demonstrations.