Try putting in your .pro file these declarations:
You have to put correct paths to your QWT installation, of course.DEFINES += QWT_DLL
INCLUDEPATH+=C:\Qt\4.4.1\src\3rdparty\qwt-5.1.1\src
debug {
LIBS+=C:\Qt\4.4.1\lib\qwtd5.lib
}
release {
LIBS+=C:\Qt\4.4.1\lib\qwt5.lib
}





Reply With Quote
Bookmarks