Hi there,, I hope all of you are OK and ready to answer me. 
First of all, I use Windows XP as a platform in my computer, home eddition with no any Serviece Pack, and Qt 4.3.2 with MinGW-3.4.2.
I did a lot of examples using Qt tutorials, and I am getting better in Qt programming. Suddenly, when I decided to resume my Qt tutorials and installed Qt and its related tools such as MinGW, I found unusual message after calling "make" command 
exactly as the following:
C:\Qt\t1>qmake -project
C:\Qt\t1>qmake t1.pro
C:\Qt\t1>make
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `C:/Qt/t1'
g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS
_QMAIN -I"..\4.3.2\include\QtCore" -I"..\4.3.2\include\QtCore" -I"..\4.3.2\inclu
de\QtGui" -I"..\4.3.2\include\QtGui" -I"..\4.3.2\include" -I"." -I"c:\Qt\4.3.2\i
nclude\ActiveQt" -I"release" -I"." -I"..\4.3.2\mkspecs\win32-g++" -o release\mai
n.o main.cpp
The system cannot find the path specified.
mingw32-make[1]: *** [release\main.o] Error 1
mingw32-make[1]: Leaving directory `C:/Qt/t1'
mingw32-make: *** [release] Error 2
C:\Qt\t1>
C:\Qt\t1>qmake -project
C:\Qt\t1>qmake t1.pro
C:\Qt\t1>make
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `C:/Qt/t1'
g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS
_QMAIN -I"..\4.3.2\include\QtCore" -I"..\4.3.2\include\QtCore" -I"..\4.3.2\inclu
de\QtGui" -I"..\4.3.2\include\QtGui" -I"..\4.3.2\include" -I"." -I"c:\Qt\4.3.2\i
nclude\ActiveQt" -I"release" -I"." -I"..\4.3.2\mkspecs\win32-g++" -o release\mai
n.o main.cpp
The system cannot find the path specified.
mingw32-make[1]: *** [release\main.o] Error 1
mingw32-make[1]: Leaving directory `C:/Qt/t1'
mingw32-make: *** [release] Error 2
C:\Qt\t1>
To copy to clipboard, switch view to plain text mode
Please I am sure that I haven't made any mistake about the variables environment or the installation. I used to make the following recommanded variables environment and then it was working very well.
Setting up a MinGW/Qt only environment...
-- QTDIR set to C:\Qt\4.3.2
-- PATH set to C:\Qt\4.3.2\bin
-- Adding C:\MinGW\bin to PATH
-- Adding C:\WINDOWS\System32 to PATH
-- QMAKESPEC set to win32-g++
Setting up a MinGW/Qt only environment...
-- QTDIR set to C:\Qt\4.3.2
-- PATH set to C:\Qt\4.3.2\bin
-- Adding C:\MinGW\bin to PATH
-- Adding C:\WINDOWS\System32 to PATH
-- QMAKESPEC set to win32-g++
To copy to clipboard, switch view to plain text mode
please help me by Allah and guide me to the straight way. I'll be thankfull for ever.
I miss Qt widgets
Bookmarks