Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6977 Discussions

Using MKL under Qt Creator

Daniel_K_1
Beginner
1,316 Views

I want to know  exactly what should I do to link to mkl from qt creator. Last thing I tried I added all lib files from 32-folder in .pro file of my project. Project has only one .c file with matrix multiplication sample.  And it was compiled, but failed when executed. It said, because of absent mkl_thread dll. I'm stuck please help. Extra information will be posted if requested. 

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
1,316 Views

have you added the dolder where mkl's dll were installed to the system's path? pls check it first of all.

0 Kudos
Daniel_K_1
Beginner
1,316 Views

Геннадий, дело все в том, что судя по расширениям файлов там нет вообще dll и к тому же, почему обязательно dll, разве нельзя статически. И еще, речь идет о переменной PATH всей операционной системы?

0 Kudos
zhang__linxi
Beginner
1,316 Views

你好,我在qt中使用mkl中的库时,构建失败,并且我也在.pro中添加了lib目录和include目录了

0 Kudos
Reply