Hello!

I'm quite new in this Community and got in contact with Qt some weeks ago.
Now I've tried to integrate Qwt.

I suceeded in compiling, getting the Qwt-widgets into the designer.
Also the example-projects work fine.


But trying to create an own project I get this linker error:

error LNK2019: unresolved external symbol "public: __thiscall
QwtPlot::QwtPlot(class QWidget *)" (??0QwtPlot@@QAE@PAVQWidget@@@Z)
referenced in function "public: virtual class QWidget * __thiscall
QwtDesignerPlugin::PlotInterface::createWidget(cla ss QWidget *)"

Just don't know how to fix it.

I'm using VS2008.

Thanks for your help and time,

Christian