Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 3adf8e9a4060fbdc04b9fd2930e2e2cf > files > 2

qt4-tutorial-4.3.4-6mdv2008.1.x86_64.rpm

Here are the programs in the Qt tutorial.  The tutorial itself is in
../doc/html/tutorial.html (or http://doc.trolltech.com/4.3/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 (t1/t1,
t2/t2, t3/t3 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.

Feel free to send comments about the tutorial to qt-bugs@trolltech.com.