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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -