PDA

View Full Version : Building a Makefile-based Command Line Executable on Mac OS X



cpsmusic
28th June 2010, 01:29
Hi,

I'd like to build a makefile-based command line executable on Mac OS X. If after creating the .cpp file I do the following:

qmake -project

qmake -spec macx-g++

make

I get a .app. I know that the executable is inside the .app folder however is there a way to output only the executable?

Cheers,

Chris