PDA

View Full Version : MAC install question -no-framework


patrik08
11th June 2007, 13:31
I tested to install QT4 on Mac simple on this way:



./configure -no-framework -fast -confirm-license



Now if i run
otool -L appName

I see only qt libs /usr/local/Trolltech/Qt-4.3.0/lib/libQtCore_debug.4.dylib *debug* (only debug lib from qt)

I suppose if i Write release on the pro file && i link the libs on the pro file

LIBS += /usr/local/Trolltech/Qt-4.3.0/lib/libQtCore.dylib

After is all on the bundle or is this mistake??