Quote Originally Posted by Cah View Post
Looks like you are using the release version of the lib in a debug app

In the pro file try

LIBS += -L$${QWT_LOCATION}/lib -lqwtd

note the -lqwtd instead of -lqwt
Yes, It works! Thank you very much