Mac using qmake, Qt version 4.7.1
Hi,
I am trying to compile a program on my MAC ( MAC OS X 10.6.6). After I run qmake, no make file is created. Not sure what is happening. Any advice someone could give me would be very much appreciated. Below is what I did:
1)Checked to see which version I was running
qmake -version
output:
QMake version 2.01a
Using Qt version 4.7.1 in /Library/Frameworks
2) qmake (Ran it in the main directory with the code. This took about 2 sec and returned to command line. Does Mac put the make file some where other than the directory in which qmake was run?)
3) make (Got the following message: "make: *** No targets specified and no makefile found. Stop.")
Re: Mac using qmake, Qt version 4.7.1
Very basic check - Could u please check if .pro file is present in that directory ? also if pro file name is same as folder name
Try qmake on any Qt example and see if that also has same result