You library isn't being linked; that's what an undefined reference means.
You'll have to add it to your project file, with something like 'LIBS += /path/to/my/library.a'
You library isn't being linked; that's what an undefined reference means.
You'll have to add it to your project file, with something like 'LIBS += /path/to/my/library.a'
Bookmarks