Each library will usually have a ".pri" files (Qt project include) that adds the necessary elements to each variable.
The application then simply includes those and thus gets the full modification.
E.g. in your case, which apparently has headers and library in the source directory
Qt Code:
INCLUDEPATH += $$PWD DEPENDPATH += $$PWD LIBS += -l$$PWD -lnameoflibTo copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks