I have managed to run the qwt example projects in VS 2013 ultimate (oscilloscope, realitime, etc.). Besides, I can drag and drop qwt widgets in the QtDesigner (opened from inside VS). I can make and run programs containing all the standard widgets. However, if I add Qwt widgets in the QtDesigner, I get build errors of this kind:
error LNK2019: unresolved external symbol “public: __cdecl QwtPlot::QwtPlot(class QWidget *)†(??0QwtPlot@@QEAA@PEAVQWidget@@@Z) referenced in function “public: void __cdecl Ui_QWTutorialClass::setupUi(class QMainWindow *)†(?setupUi@Ui_QWTutorialClass@@QEAAXPEAVQMainWindow @@@Z).
How can I make the programs run?
EDIT: Win 7 x64
Bookmarks