Header file could not linked with .a static library

I tried to link a .a static library to work with my .h header file, i was success to include it with the Projucer, no error thrown. Component from the header file are accessible, but when i build the project, the library and the header file seems not to be linked:

Am i wrong that the .a library is successfully linked? Or just missing something