source: trunk/examples/tutorials/addressbook/README@ 561

Last change on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 1.4 KB
Line 
1The Address Book Tutorial shows how to put together a simple yet
2fully-functioning GUI application. The tutorial chapters can be found in the
3Qt documentation, which can be viewed using Qt Assistant or a Web browser.
4
5The tutorial is also available online at
6
7http://qt.nokia.com/doc/tutorial.html
8
9All programs corresponding to the chapters in the tutorial should
10automatically be built when Qt is compiled, or will be provided as
11pre-built executables if you have obtained a binary package of Qt.
12
13If you have only compiled the Qt libraries, use the following instructions
14to build the tutorial.
15
16On Linux/Unix:
17
18Typing 'make' in this directory builds all the programs (part1/part1,
19part2/part2, part3/part3 and so on). Typing 'make' in each subdirectory
20builds just that tutorial program.
21
22On Windows:
23
24Create a single Visual Studio project for the tutorial directory in
25the usual way. You can do this by typing the following at the command
26line:
27
28qmake -tp vc
29
30You should now be able to open the project file in Visual Studio and
31build all of the tutorial programs at the same time.
32
33On Mac OS X:
34
35Create an Xcode project with the .pro file in the tutorial directory.
36You can do this by typing the following at the command line:
37
38qmake -spec macx-xcode
39
40Then open the generated Xcode project in Xcode and build it.
41
42Feel free to send comments about the tutorial to [email protected].
Note: See TracBrowser for help on using the repository browser.