Download Qt Source code for Windows
install qt in the top directory: directory must contains AVPS*, MediaInfoLib, qt, ZenLib.
(optional, for compatibility with my MSVC projects) edit mkspecs\win32-msvc2008\qmake.conf, change "MD" to "MT", and "MDd" to "MTd"
cd qt
configure -opensource -static -fast -no-qt3support -no-xmlpatterns -no-multimedia -no-xmlpatterns -no-phonon -no-phonon-backend -no-webkit -no-script -no-scripttools -no-openssl -no-dbus -no-multimedia -vcproj -no-style-plastique -no-style-cleanlooks -no-style-motif -no-style-cde -no-opengl -no-sql-sqlite -no-gif -no-libmng -no-libjpeg
cd ..
Launch MSVC project, compile
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 -opensource -universal -sdk /Developer/SDKs/MacOSX10.4u.sdk -static -fast -no-qt3support -no-xmlpatterns -no-multimedia -no-audio-backend -no-xmlpatterns -no-phonon -no-phonon-backend -no-svg -no-webkit -no-javascript-jit -no-script -no-scripttools -no-openssl -no-nis -no-cups -no-iconv -no-dbus -no-framework -no-dwarf2 -no-gif
cd ..
edit 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)