How to link Qt 2.4.1(32) with Intel MKL lib?
-
OK, now I can compile such an example with the same compile command line and with following link command line:
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe"
main.obj
/LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib"
/LIBPATH:"C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86"
And that's it. But I don't know what to do with nmake or jom, how do I change their compile and link lines, to make them behave like the above example? Any help would be appreciated. -
If you have installed VS it should be detected by Qt Creator so you should be able to do everything from it.