I'm working with MSVC code in Qt Creator, and build this using the MSVC compiler. My code uses constructions like:
#pragma comment(lib, "mylib.lib")
How Can I instruct qmake, in the .pro
file, to find these libraries?
I thought that DEPENDPATH
served this purpose, however this doesn't seem to work.
What should I be using instead?
P.S. Please do not tell me that is not a portable bad code, I know, that is not portable and that's ok