Salut,
Je vous prie de m'excuser et de faire preuve d'indulgence car je fais vraiment mes premiers pas en Qt.
J'ai installer qt 4.5.2-tower à partir de l'exé proposé car j'avais des difficultés avec la version source.
J'ai installé Qt Creator.
Puis j'ai pris l'exemple de cette tuto http://qt.developpez.com/tutoriels/i...ello-word#LI-C que j'ai tester.
qmake -projet
qmake
make
Après le make j'ai les erreurs suivantes:
C:\Qt\workspace\QtAppli>cd C:\Qt\workspace\t1

C:\Qt\workspace\t1>qmake -project

C:\Qt\workspace\t1>qmake

C:\Qt\workspace\t1>make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile 21: Command syntax error
Error makefile 23: Command syntax error
Error makefile 25: Command syntax error
*** 3 errors during make ***
et sous Qt Creator j'ai
Configuration unchanged, skipping QMake step.
Starting: C:/Program Files/Borland/BDS/4.0/Bin/make.exe -w
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Incorrect command line argument: -w

Syntax: MAKE [options ...] target[s]
-B Builds all targets regardless of dependency dates
-Dsymbol[=string] Defines symbol [equal to string]
-Idirectory Names an include directory
-K Keeps (does not erase) temporary files created by MAKE
-N Increases MAKE's compatibility with NMAKE
-Wfilename Writes MAKE to filename updating all non-string options
-Usymbol Undefine symbol
-ffilename Uses filename as the MAKEFILE
-a Performs auto-dependency checks for include files
-c Caches auto-dependency information
-e Ignores redefinition of environment variable macros
-i Ignores errors returned by commands
-l+ Enables use of long command lines
-m Displays the date and time stamp of each file
-n Prints commands but does not do them
-p Displays all macro definitions and implicit rules
-q Returns zero if target is up-to-date and nonzero
if it is not (for use in batch files)
-r Ignores rules and macros defined in BUILTINS.MAK
-s Silent, does not print commands before doing them
-? or -h Prints this message
Options marked with '+' are on by default. To turn off a default
option follow it by a '-', for example: -a-
Exited with code 0.
Merci d'avance