I want to make a Qt project with cpp that parses a language using antlr. I ahve generated the files (parser, lexxer, etc) acording to a grammar but i cant link the antlr runtime library required and i dont know what to do. So far i get thoused of undefined reference errors.
I am using CMake for the Qt project. Any help si appreciated thanks.