[Qt-interest] qwt example
Matthias Pospiech
matthias.pospiech at gmx.de
Sat May 2 17:21:14 CEST 2009
Stefanos Antaris schrieb:
> Can anyone give me an example of how to use qwt in my qt App.I mean what
> do i have to write on the .pro file and how i call the header files of
> the qwt on my Qt Creator.Do i have to make anything else except of
> installing the qwt libraries on my PC?
>
Make sure your project finds the header files for qwt (setting of
include path for headers).
Add the qwt(d)5.lib file to your project (.pro file).
Copy the qwt(d)5.dll into your directory of the binary.
Hint: I never run "make install" for qwt.
Write code that used qwt and compile...
Matthias
More information about the Qt-interest-old
mailing list