static QtMultimedia and missing api-ms-win-core-winrt on Win7
Unsolved
General and Desktop
-
I use static qt. If I add QtMultimedia to my project,then on Windows 7 I have alert with missing:
api-ms-win-core-winrt-l1-1-0.dll and api-ms-win-core-winrt-string-l1-1-0.dll.On Windows 10 all ok.Even if I try compile Qt from sources with -static-runtime option I have same error.
How can I link statically missing libraries?PS: Build environment: Windows 10 , MSVC 2015 static Qt 5.9.1 or 5.13