Where get QT5 compiled for MinGW?
-
There are a few things we’re still working on for the 5.0 series. We have bugs that we want to fix. We currently do not have binary packages for MinGW (as WebKit doesn’t yet work with it yet) and MSVC 2012 (you’ll need to compile from source), and we’ll work on delivering these as soon as possible. The current plan is to have a first patch level release, 5.0.1, some time before the end of January."
(from http://blog.qt.digia.com/blog/2012/12/19/qt-5-0/)The ausence of the MinGW builds are related with a problem with QtWebkit and MinGW.
-
rem Get Perl from: http://www.activestate.com/activeperl/downloads [activestate.com]
rem Get Python from: http://www.python.org/download/releases/ [python.org]
REM win32api python module http://sourceforge.net/projects/pywin32/files/pywin32/Build 218/pywin32-218.win-amd64-py2.7.exe/download
rem gwt mingw from http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-win32/sjlj/
rem added set QMAKE_LFLAGS= -static-libgcc -static-libstdc++ on C:\DEV\Qt\5.0.0rc\qtbase\mkspecs\win32-g++\qmake.conf
set PATH=C:\DEV\qt\5.0.0\qtbase\bin
set PATH=%PATH%;C:\DEV\Python27
set PATH=%PATH%;C:\DEV\Perl\bin
set PATH=%PATH%;C:\DEV\mingw472sjl\bin
set PATH=%PATH%;%SystemRoot%\System32
set PYTHONHOME=C:\DEV\Python27
configure -release -opensource -nomake examples -nomake tests -nomake demos -confirm-license -platform win32-g++ -opengl desktop
mingw32-makeHere is my final result
https://drive.google.com/a/deltain.net/#folders/0B8GgbIH3gP2WV3VGa2w0QXE2RjQ -
Hi mbelgrano, I am trying to compile qt5 from source in msys (mingw32 compiler), your code seems to run the compilation in windows cmd. I am wondering if the result the same as the one compiled in msys. Also, in your google drive, how to use the result, to where I should copy the compiled code to? I am compiling other program with mingw, that program need qt5 library.
-
One of the developers of MinGW-builds has precompiled Qt 5 for MinGW: http://qt-project.org/forums/viewthread/23002/
-
I'm not sure, sorry -- I haven't used that package myself, and I manage all my projects from within Qt Creator.
Probably add the
bin' or
'lib' folder to your PATH? And/Or configure Poppler to tell it where to find Qt 5?