Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12
-
None
-
* Windows 10 x64,
* mingw-w64 x86_64 posix seh 8.1.0,
* ICC 2018 Update 3,
* MSVC 2017 15.7.3,
* Windows SDK 10.0.17134.12,
* Qt5-dev-d16c0d26752968c4621778be62cd91489c9065bc.
-
-
0a65cf0e9cd3c6cfbd2476bb4506287d32d89ece
Description
Hello, everyone,
Got errors for QtDoc builds using mingw-w64:
g++: error: C:\libQT-5.12-dev\build\qtmultimedia\lib\libQt5Multimedia.a: No such file or directory mingw32-make[5]: *** [Makefile.Release:64: release/maroon.exe] Error 1
and MSVC:
C:\libQT-5.12-dev\build\qtdoc\examples\demos\maroon\Makefile.Release [release\maroon.exe] Error 1181
which relate to recently merged Change #232532 and missing QtDoc dependency of QtMultimedia, see Change #235555.
Reproduced for:
- builds using mingw-w64, Windows ICC and MSVC regardledd of used Configuration and Layout.
Re-running make job finishes without errors and 'maroon.exe' built successfully. Which can be evidence, that error relate to Qt Build System.
CC: buddenha, frederik, veshivas.
Best,
Alexander