Hello,

I am trying to include a static library in QT, but it doesn't seem to see my classes.
This is how I included it in the .pro file

LIBS += "../Src/Debug/libSrc.a"
INCLUDEPATH += "../Src/."

The library is in the same workspace as the qt app.

Thanks,
Andrei