PDA

View Full Version : QMake not Found



abureem
8th January 2010, 15:17
Hi,

I need someone to guide me to the proper installation of Qt Creator. After downloading the program from the link:
http://qt.nokia.com/downloads

The installation ran smoothly with no errors. The program also runs fine. My problem is when I try to compile anything I get the message:
No valid Qt version set. Set one in Tools/Options
Error while building project Test1
When executing build step 'QMake'
Canceled build.

So I went to Tools/Options Qt Version and found the following:
Qt in Path: No Found

After looking at the help, I realized that there should be a file called qmake that Qt points to. So I looked for the file qmake but didn't find it anywhere. Am I missing anything? Is there a prerequesit that I didn't install?
I tried to reinstall Qt, but got the same result.

Please help.

Thanks,
Anwar

wysota
10th January 2010, 17:35
Qt Creator package doesn't contain everything required to develop Qt applications. You need either the Qt libraries package or Qt SDK (which contains both the libraries and Creator) too. qmake.exe will be in the "bin" directory after the installation.