I tested to install QT4 on Mac simple on this way:

Qt Code:
  1. ./configure -no-framework -fast -confirm-license
To copy to clipboard, switch view to plain text mode 

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