About linking the libraries
Unsolved
General and Desktop
-
Hello!
I'd like to link some Intel TBB dynamic libraries to my Qt project like posted here: https://software.intel.com/ru-ru/node/506097
As I understand the goal is to load the library before the standart system libraries, like with LD_PRELOAD.
So, the question is how to perform such an operation in Qt Creator? What should i write in the pro-file or what options should i set?
Thanks in advance. -
You can link your application against the proxy library:
LIBS += -ltbbmalloc_proxy LIBS += -LPATH_TO_DIR_CONTAINING_LIB