Dimitri Frederickx wrote:
>Hi,
>
>I'm working on Mac OS X. I've downloaded the latest snapshot of Qt 4.4
>and configured it with the options:
>
>/configure -no-dbus -no-framework
>
>After that I did a 'make' and a 'make install'. But when I run qmake,
>it is always generating xcode projects instead of Makefile's.
>
>I've tried to run qmake with the option -makefile, but this doesn't
>seem to work. Does anyone has an idea of what is going wrong?

That has always been the default behaviour on Mac.

If you want to generate Makefiles, you have to run:
        qmake -spec macx-g++

-- 
Thiago José Macieira - thiago.macieira AT trolltech.com
Trolltech ASA - Sandakerveien 116, NO-0402 Oslo, Norway

Attachment: signature.asc
Description: This is a digitally signed message part.

  • qmake problem Dimitri Frederickx
    • Re: qmake problem Thiago Macieira

Reply via email to