Hi,

after some unsuccesful former tries I deceided again to install qwt on my computer. With a short google-search I found this:
http://www.qtforum.org/article/35454...t-creator.html

1) I've downloaded the zip. (qwt-6.0.0-rc5.zip), copied and unzipped it into C root.
2) and 3) done (changes in C:\qwt-6.0.0-rc5\examples.pro and C:\qwt-6.0.0-rc4\textengines\textengines.pro), but here - this could be nice if someone could explain me the purpose as the mentioned to be included files are still one level higher.
4) open qwt.pro in QtCreator - done. Meanwhile it created the C:\qwt-build-desktop library. It's in debugging mode (I can see that on the left), so "Run" ... ... ... and:
Build Issues:
:: error: Qwt is configured without SVG support
Compile output:
http://szisziszilvi.lima-city.de/tem...ingWarning.txt
loads of warnings, so I used this link-solution to show you first that it was too long and 2nd that this all may be for the SVG-related problem.

So my first question is how to step forward? Does it mean something like I should install SVG first? I guess this may stand for "Scalable Vector Graphics". I can see in the qwtconfig.pri file "QWT_CONFIG += QwtSvg", which is not a comment line, just in casre that matters.