- Install MinGW
Please follow the instructions at MinGW documentation page.
When running the installer choose g++ and Mingw-make options.
- Get the Q... sources
by downloading a Qt 3 source snapshot from the qtwin download area
you might need to install 7zip.
- Build QT
Compiling Qt with command line tools
* Open a cmd shell (make sure you haven't msys or cygwin in your PATH!)
set QTDIR=< qt3 source root >
set MINGW=< MinGW installation root >
set PATH=%QTDIR%\bin;%MINGW%\bin;%PATH%
set QMAKESPEC=win32-g++
cd < qt3 source root >
configure.bat
- QWT
fetch sources
set QMAKESPEC=win32-msvc2005
msvc-qmake vc
import qwt.vcproj file into codeblocks
Add the moc commands into the pre-build.
qwt_curve.h and qwt_data.h needed a template instantiation commenting out:
template class QWT_EXPORT QwtArray;