If you want to use the qwt designer plugin the esiest way is to copy the 'qwt_designer_plugin.dll' file inside 'plugins\designer' of your qt framework. It's not the right way but, it works in 2 seconds (and worked for me). Then via 'About Plugins' inside the Designer's Help menu you should see if the plugin is successfully been loaded.
If examples are already compiled, their binaries lay on C:\<path of your qwt sources>\examples\bin.
If your creator doesn't find any qwt header, try to set in yout project file
INCLUDEPATH += <qwt installation path>/include/
Then run qmake again. Try to add #include <qwt_curve_plot.h>
Ciao!
Marco
Bookmarks