Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.14.0 Alpha
Description
Install Qt5.14.0 MSVC2017 x64 binaries from online installer, launch Creator and open project quick/scenegraph/metaltextureimport and compiler. Build fails with following error:
link /NOLOGO /DYNAMICBASE /NXCOMPAT /OPT:REF /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST:embed /OUT:release\metaltextureimport.exe @C:\...\AppData\Local\Temp\metaltextureimport.exe.15320.2141.jom LINK : warning LNK4044: unrecognized option '/framework'; ignored LINK : fatal error LNK1181: cannot open input file 'release\metaltextureimport.obj' jom: C:\...\RTA\qt5\Examples\Qt-5.14.0\quick\scenegraph\build-metaltextureimport-Desktop_Qt_5_14_0_MSVC2017_64bit-Release\Makefile.Release [release\metaltextureimport.exe] Error 1181 jom: C:\...\RTA\qt5\Examples\Qt-5.14.0\quick\scenegraph\build-metaltextureimport-Desktop_Qt_5_14_0_MSVC2017_64bit-Release\Makefile [release] Error 2 12:45:23: The process "C:\...\RTA\qt5\Tools\QtCreator\bin\jom.exe" exited with code 2. Error while building/deploying project metaltextureimport (kit: Desktop Qt 5.14.0 MSVC2017 64bit) When executing step "Make"
Tested on MSVC2017 x64, but seems to fail on other configurations also, e.g. linux Wasm