Hi everyone,
My environment
- mingwx64 gcc 4.8.1 expt sljlj rev2
- Qt 5.6 compiled with my mingw
- qwt-6.1.3 sources
- virtual machine windows 7 x64

this is my first post. I've been trying to build qwt and during the mingw32-make command I couldn't pass through qsvgrenderer.h. I read hips of topics and stuff but no one lead me to the succeed. I know compatibility problem with qwt 6.1.3 and Qt5.6 but that sucks doing some workaround for using any kind of framework.

cmd.exe
-------------------------------------------------------
C:\qwt-6.1.3>mingw32-make
cd src\ && ( if not exist Makefile D:\QT\qt-everywhere-opensource-src-5.6.0\qtbase\bin\qmake.exe C:\qwt-6.1.3\
\src.pro -spec win32-g++ -o Makefile ) && mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'C:/qwt-6.1.3/src'
mingw32-make -f Makefile.Debug all
mingw32-make[2]: Entering directory 'C:/qwt-6.1.3/src'
compiling qwt_symbol.cpp
qwt_symbol.cpp:20:26: fatal error: qsvgrenderer.h: No such file or directory
#include <qsvgrenderer.h>
^
compilation terminated.
Makefile.Debug:11229: recipe for target 'debug/qwt_symbol.o' failed
mingw32-make[2]: *** [debug/qwt_symbol.o] Error 1
mingw32-make[2]: Leaving directory 'C:/qwt-6.1.3/src'
Makefile:38: recipe for target 'debug-all' failed
mingw32-make[1]: *** [debug-all] Error 2
mingw32-make[1]: Leaving directory 'C:/qwt-6.1.3/src'
Makefile:41: recipe for target 'sub-src-make_first-ordered' failed
mingw32-make: *** [sub-src-make_first-ordered] Error 2
-------------------------------------------------------

thx