Actually it seems that it should be something like this:
to link with release LIBS just change CONFIG+= debug to CONFIG+= releaseDEFINES += QWT_DLL
CONFIG+= debug
INCLUDEPATH+=C:\Qt\4.4.1\src\3rdparty\qwt-5.1.1\src
CONFIG(debug, debug|release) {
LIBS += C:\Qt\4.4.1\lib\qwtd5.lib
} else {
LIBS += C:\Qt\4.4.1\lib\qwt5.lib
}




Reply With Quote
Bookmarks