shared libraries - How do you specify platform agnostic paths in a Qt .pro file? -
i want include third party library specifying in includepath
in .pro file. however, library installed in different location on each platform (windows, mac, linux).
how specify includepath
cross-platform application?
the way in .pro file use libs += seen in other related stack overflow question @ adding external library qt creator project
Comments
Post a Comment