Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 2

Qt4-preview-feedback Archive, March 2008
qmake problem


Message 1 in thread

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?

/Dimitri

To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx


Message 2 in thread

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++

-- 
 [ signature omitted ] 

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