qt5base-lts/examples/widgets/tutorials/addressbook-fr
Oswald Buddenhagen 4dedd61d2e delete .desktop files of examples
they were added without an explanation, and they can't be particularly
useful (because they contain hard-coded paths and refer to non-existing
icons).

Change-Id: I27e2c35375e28645b0c03449ddc7ac7017da5943
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2012-11-28 16:21:57 +01:00
..
part1 delete .desktop files of examples 2012-11-28 16:21:57 +01:00
part2 delete .desktop files of examples 2012-11-28 16:21:57 +01:00
part3 delete .desktop files of examples 2012-11-28 16:21:57 +01:00
part4 delete .desktop files of examples 2012-11-28 16:21:57 +01:00
part5 delete .desktop files of examples 2012-11-28 16:21:57 +01:00
part6 delete .desktop files of examples 2012-11-28 16:21:57 +01:00
part7 delete .desktop files of examples 2012-11-28 16:21:57 +01:00
addressbook-fr.pro Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
README Move tutorials to widgets. 2012-09-09 01:18:37 +02:00

The Address Book Tutorial shows how to put together a simple yet
fully-functioning GUI application. The tutorial chapters can be found in the
Qt documentation, which can be viewed using Qt Assistant or a Web browser.

The tutorial is also available online at

http://qt.nokia.com/doc/4.4/tutorial.html

All programs corresponding to the chapters in the tutorial should
automatically be built when Qt is compiled, or will be provided as
pre-built executables if you have obtained a binary package of Qt.

If you have only compiled the Qt libraries, use the following instructions
to build the tutorial.

On Linux/Unix:

Typing 'make' in this directory builds all the programs (part1/part1,
part2/part2, part3/part3 and so on). Typing 'make' in each subdirectory
builds just that tutorial program.

On Windows:

Create a single Visual Studio project for the tutorial directory in
the usual way. You can do this by typing the following at the command
line:

qmake -tp vc

You should now be able to open the project file in Visual Studio and
build all of the tutorial programs at the same time.

On Mac OS X:

Create an Xcode project with the .pro file in the tutorial directory.
You can do this by typing the following at the command line:

qmake -spec macx-xcode

Then open the generated Xcode project in Xcode and build it.