[Qt-interest] [Compilation] How to use make under Mac ?
Ross Driedger
ross at earz.ca
Wed Nov 25 18:10:24 CET 2009
On Wed, 25 Nov 2009 11:20:21 -0500, <qt-interest-request at trolltech.com>
wrote:
> Hello,
> For an IDE, I have to use the make command to compile Qt projects.
> So I call qmake with the flags "-spec macx-g++" to create a Makefile
> instead of a xCode project but the command "make release/debug" doesn't
> run.
What sort of errors are you getting with make?
> How can I make the make command run correctly under Mac ? Or if it is
> not possible, what command xCode use to create the application ?
> Thanks,
> Louis.
I dislike depending on any IDE, but that must be my command line Unix
background showing.
I have no problems with Mac (installed from the source).
From the directory with the .pro file, run 'qmake' and then 'make'. The
first does not automatically call the second.
Ross
--
"Music is a higher revelation than philosophy. "
Ludwig van Beethoven
Ross Driedger
ross_at_earz.ca
More information about the Qt-interest-old
mailing list