Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, December 2006
[QMAKE - MAC] how to generate a Makefile / an xcode ?


Message 1 in thread

Hi all,

On my macintosh, when using the precompiled version of Qt422, qmake
automatically generates... a xcode project.

I know that by using 
        qmake project.pro -spec macx-xcode
you ask qmake to generate an xcode project file...

But... how may I force qmake to generate a simple, old, good Makefile
instead of an xcode project file ?


Best-
Nicolas

--
 [ signature omitted ] 

Message 2 in thread

Nicolas Castagne wrote:
> Hi all,
>
> On my macintosh, when using the precompiled version of Qt422, qmake
> automatically generates... a xcode project.
>
> I know that by using 
>         qmake project.pro -spec macx-xcode
> you ask qmake to generate an xcode project file...
>
> But... how may I force qmake to generate a simple, old, good Makefile
> instead of an xcode project file ?
>   
qmake project.pro -spec macx-g++

--
 [ signature omitted ]