This is for Windows, Qt 4.7.2, Qwt 6.0.0, MinGW. I'm installing from the command line, run qmake (get a warning about deprecated unescaped backslashes, which I'm ignoring), and then when I make, everything compiles but the linker fails because it can't find -lQtSvgd. I've checked the Qt lib directory and the SVG libraries are there along with the rest. I've also added QT += svg to the qwt.pro file, it doesn't make a difference. This happened attempting to build both debug and debug_and_release versions; I haven't touched anything else in the .pri files. The Qt install is default--debug and shared. Anybody know what I need to do here?
Matt


Reply With Quote

Bookmarks