As the warning says: Qwt is configured to support SVG, but Qt has been built without.
If you are not interested using any SVG stuff I would simply remove "QWT_CONFIG += QwtSvg" in qwtconfig.pri- Otherwise you would have to build ( or find ) a Qt version with the Qt SVG module being enabled.

HTH,
Uwe