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
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
8Observer8 (15th January 2014)
Bookmarks