Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.6.0, 4.6.1
-
None
-
None
-
cmd.exe with mingw-w64 from sourceforge.net (mingw-w64-bin_x86_64-mingw_20100123_sezero.zip) and:
- In "mingw64/bin": gmake.exe is copied as /bin/mingw32-make.
- latest svn headers from http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/branches/releases/v1.0/mingw-w64-headers/ including the direct-x/inlude and include folder.cmd.exe with mingw-w64 from sourceforge.net (mingw-w64-bin_x86_64-mingw_20100123_sezero.zip) and: - In "mingw64/bin": gmake.exe is copied as /bin/mingw32-make. - latest svn headers from http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/branches/releases/v1.0/mingw-w64-headers/ including the direct-x/inlude and include folder.
Description
git repo http://gitorious.org/~rubenvb/qt/rubenvb-qt provides patches needed to compile Qt 4.6 completely, including phonon with backend and all tools.
Qt configured with:
- dynamic build
configure -platform win32-g++ -mmx -sse -sse2 -3dnow -ltcg -phonon -no-style-cde -no-style-cleanlooks -no-style-motif -no-style-plastique -opensource -qt-style-windows -qt-style-windowsxp -qt-style-windowsvista -no-openssl -qt-zlib -qt-libjpeg -qt-libmng -qt-libtiff -qt-gif -qt-libpng - static build
configure -platform win32-g++ -static -release -mmx -sse -sse2 -3dnow -ltcg -no-phonon -nomake demos -nomake tools -nomake examples -nomake docs -no-style-cde -no-style-cleanlooks -no-style-motif -no-style-plastique -opensource -qt-style-windows -qt-style-windowsxp -qt-style-windowsvista -no-openssl -qt-zlib -qt-libjpeg -qt-libmng -qt-libtiff -qt-gif -qt-libpng
Merge request is in: http://qt.gitorious.org/qt/qt/merge_requests/2308