Hello.I have installed the qwt libraries but i don't know how to use them in my qt Creator.I write this on my .pro file but it shows me the following error:
Qt Code:
  1. INCLUDEPATH+=/usr/local/qwt-5.2/lib
  2.  
  3. LIBS += -lqwt
To copy to clipboard, switch view to plain text mode 

error
Qt Code:
  1. error: collect2: ld returned 1 exit status
To copy to clipboard, switch view to plain text mode 

can anyone tell me what do i have to write?All the files are on this path:/usr/loca/qwt-5.2/lib!
Thanks in advance.