Download Qt Source code for Mac (NOT the compiled dmg, my code does NOT support Qt "framework"-style packages)

install qt in the top directory: directory must contains AVPS*, MediaInfoLib, qt, ZenLib.

cd qt

./configure  -universal -sdk /Developer/SDKs/MacOSX10.4u.sdk -static -fast -no-qt3support -no-xmlpatterns -no-phonon -no-phonon-backend  -no-svg -no-webkit -no-scripttools -no-nis -no-cups -no-dbus  -no-framework

cd ..

edit qt/lib/libQtCore.la and libQtGui.la and remove all "-framework XXX" (both -framework and XXX values must be removed) (keep -lXXX or -LXXX) 

 ./GUI_Compile.sh  --enable-universal_binary --disable-dependency-tracking

test with ./dvanalyzer-gui (in AVPS*/Project/GNU/GUI)