Hi everyone
I am new to Qt. I using it to build an application that involves a few graph plots. When I searched this in the forums, lots of people seem to have used Qwt for this purpose. How do I install and use Qwt with Qt creator?
Thanks
Hi everyone
I am new to Qt. I using it to build an application that involves a few graph plots. When I searched this in the forums, lots of people seem to have used Qwt for this purpose. How do I install and use Qwt with Qt creator?
Thanks
Last edited by aashok91; 29th November 2012 at 05:08.
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