Hi everyone!
I’m new in Qt, and I got a tutorial where it says that to compile, having a .cpp file, I just need to do this:
qmake -project
qmake file.pro
make
That works in Windows but in Mac OS X (10.7) it creates a xcode project file by default, and an info.plist file, so, “make” doesn’t work.
I’m new and I don’t wanna use QtCreator because it creates a lot of files that I don’t need (yet…). So, my question is: Is there an easy way to compile my .cpp files from console on Mac OS X?
Thanks!
BTW. I read the qmake tutorial in the QtCreator help and tried with:
qmake -makefile -o Makefile file.pro
but still creates the xcode project… :/
↧