Quote Originally Posted by hd_harry View Post
gjennings:
oswalidos:

To get my application to work, I put the following in my .pro file:
  • The normal HEADERS and SOURCES sections
  • include( C:\qwt-5.1.1\qwtconfig.pri )
  • INCLUDEPATH += C:\qwt-5.1.1\src
  • LIBS += C:\qwt-5.1.1\lib\qwt5.dll
  • QT += qt3support
  • CONFIG += release


Harry
it's so useful , now i'm able to build a simple application but run-time error persist !
anyway now i can move to learn how to use qwt .
thanks a lot !