Hi!
I’d like to add external library to project. Both projects are at the same depth on disk.
Example:
D:\Projects\Library\
D:\Projects\Program\
Program depends on Library. When library is nested in a project, I’d use
LIBS += "$$_PRO_FILE_PWD_/path/to/project/libFile.a"
How can I do this (relative) in upper example? If I use “..”, paths are not resolved correctly.
I took a look at the examples on the bottom of this [doc.qt.digia.com] text here, but none worked.
Regards,
Jake
↧