Hello everyone,
3 days ago i downloaded the last Qt release 5.4.0 and i wanted to compile the Source for static linkage, but i got this problem with the qtmuldimedia.(http://qt-project.org/wiki/Qt540-KnownIssues) I saw that there is a patch for this issue, but when i applied the patch i get the same errors. I was following this tutorial: https://stackoverflow.com/questions/14932315/how-to-compile-qt-5-under-windows-or-linux-32-or-64-bit-static-or-dynamic-on-v
I used these commands:
>configure -debug-and-release -opensource -platform win32-msvc2013 -opengl desktop -static -nomake examples -nomake tests
>jom.exe
>nmake
Tried to compile the source like 4/5 times and i always get these LNK errors.
↧