i compiled static taglib,i got libtag.a file.i copy this file to project dir.and i added some code in .pro

Qt Code:
  1. TAGLIBDIR = /usr/local
  2. INCLUDEPATH += $$(TAGLIBDIR)/include
  3. LIBS += libtag.a
To copy to clipboard, switch view to plain text mode 

whe i run my pro.the tell me:
Qt Code:
  1. error: libtag.a: No such file or directory
To copy to clipboard, switch view to plain text mode 

why?and how?