Hello All,

I just upgraded from 4.4 to 4.6 and my app does not contain the static libs anymore.
My .pro file contains this line which worked in 4.4:

CONFIG += static

I found some hint in the web:

QMAKE_LFLAGS += -static

but that generates a liker error: ld_classic: can't locate file for: -lcrt0.o
I am using the commercial version (qt-sdk-mac-commercial-2010.01.dmg).

Any suggestions?
Markus