in the .pro file
LIBS+="d:/qwt-6.1.0-rc2/lib/qwt.dll"
LIBS+="d:/qwt-6.1.0-rc2/lib/qwtd.dll"
INCLUDEPATH+="d:/qwt-6.1.0-rc2/include/"
in the .cpp and .h files i included the
#include <qwt_plot.h>
#include <qwt_plot_curve.h>
in the debug and release files i included:
qwtd.dll
qwt.dll
and if it is a static linkung how do i make it dynamic
↧