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.")