use http://sourceforge.net/projects/qwt/
also http://qwt.sourceforge.net/
include the libs and include files of qwt in ur qt project and start working in qtcreator..![]()
use http://sourceforge.net/projects/qwt/
also http://qwt.sourceforge.net/
include the libs and include files of qwt in ur qt project and start working in qtcreator..![]()
"Behind every great fortune lies a crime" - Balzac
thanks... but do i need to install it any particular directory? also, would i need to make changes to the .pro file?
u need to include libs and include of QWT in your .pro file
LIBS += QWT PATH/
ex: win32:LIBS += c:/mylibs/math.lib
INCLUDEPATH = QWT PATH
ex: INCLUDEPATH = c:/msdev/include d:/stl/include
"Behind every great fortune lies a crime" - Balzac
Bookmarks