this error message appears because of
LIBS += -lqwt
I changed my *.pro file to
INCLUDEPATH += C:\qwt-5.2.0\src
LIBS += C:\qwt-5.2.0\lib\qwt5.dll
DEFINES += QWT_DLL
and still getting error about Runtime...
this error message appears because of
LIBS += -lqwt
I changed my *.pro file to
INCLUDEPATH += C:\qwt-5.2.0\src
LIBS += C:\qwt-5.2.0\lib\qwt5.dll
DEFINES += QWT_DLL
and still getting error about Runtime...
Bookmarks