check if g++.exe / gcc.exe is in your PATH (by simply executing them)
check if g++.exe / gcc.exe is in your PATH (by simply executing them)
Yap ChristianEhrlicher, g++ is in PATH and it works as well as you want.
Salazaar, I've carried all of the Qt's variables to the User's variables as you've pointed and the problem has not been solved yet.
Thank all of you...
Ok, three more things
- 'C:/Qt/t1' looks to me like you maybe have sh.exe from msys or cygwin in your PATH env (maybe not anymore, but during qmake run). If yes, remove it and rerun qmake.
- Is c:\Qt\4.3.2\include\ really the path where your Qt include files are?
- does directory c:\Qt\t1\release exist?
- plz give your TARGET a usefull name (and rerun qmake)
Reported to ChristianEhrlicher:
- Point number one is false, and there are no any such terms(sh.exe, cygwin) in PATH.
-It's enough to determine c:\Qt\4.3.2\ directry in QTDIR. Although I've taken your advice for including "c:\Qt\4.3.2\include\ " in the Path and It hasn't effected any thing.
-This point is true, the directory c:\Qt\t1\release exists.
-About the target's name. Don't worry about any technical mistakes because this project is exactly the copy project of the FORMAL t1 of the QT's tutorials themselves.
Note: Does the format of the computer itself effect the Qt job later? I'd made FAT format last time before this problem appeared. Sorry if my question is tooooo.
Best Wishes
Last edited by Nora; 9th November 2007 at 19:11.
Nora (10th November 2007)
congratulation guys...
This problem has been solved by reformatting my computer and reinstalling the operating system. Actually by exchanging the system format from FAT to NTFS. I think that there was a problem in the operating system itself and it was not related to the formatting type.
Then I examined and noticed that Qt tools (e.g...qmake, make,...) work fine from Qt's command window without making variables environment at all. They are important when we want to call such commands from DOS console window itself or to build our widgets from an IDE such as QDevelpe. this is just my note and I hope it is right...
I appreciate everything you've done...I am thankful![]()
Bookmarks