For include subdirs try with
Qt Code:
SUBPATH = $$system(ls include) for(d, SUBPATH):INCLUDEPATH += include/$$dTo copy to clipboard, switch view to plain text mode
The correct syntax for libraries is
Qt Code:
LIBS += -L$$quote(mydir/lib) -lmeshTo copy to clipboard, switch view to plain text mode
Bookmarks