When iam trying to compile qgroundcontrol.pro in qtcreator in windows

\Qt\Qt5.11.3\5.11.3\msvc2015\include\QtCore -Imoc -I\include -IC:\Qt\Qt5.11.3\5.11.3\msvc2015\mkspecs\win32-msvc -Foobj\ @C:\Users\VAMSHI~1\AppData\Local\Temp\moc_SubtitleWriter.obj.7296.527922.jom

moc_SubtitleWriter.cpp

link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:CONSOLE “/MANIFESTDEPENDENCY:type=‘win32’ name=‘Microsoft.Windows.Common-Controls’ version=‘6.0.0.0’ publicKeyToken=‘6595b64144ccf1df’ language=’’ processorArchitecture=’’” /VERSION:0.0 /MANIFEST:embed /OUT:debug\QGroundControl.exe @C:\Users\VAMSHI~1\AppData\Local\Temp\QGroundControl.exe.7296.528406.jom

LINK : fatal error LNK1104: cannot open file ‘z.lib’

jom: C:\build-qgroundcontrol-Desktop_Qt_5_11_3_MSVC2015_32bit-Debug\Makefile.Debug [debug\QGroundControl.exe] Error 1104

jom: C:\build-qgroundcontrol-Desktop_Qt_5_11_3_MSVC2015_32bit-Debug\Makefile [debug] Error 2

18:42:02: The process “C:\Qt\Qt5.11.3\Tools\QtCreator\bin\jom.exe” exited with code 2.

Error while building/deploying project qgroundcontrol (kit: Desktop Qt 5.11.3 MSVC2015 32bit)

When executing step “Make”

18:42:02: Elapsed time: 09:35.
Thank you in advance

I don’t know a proper solution for it, but temporarily you can go to the Makefile.debug file and remove “z.lib”.

ok ill try that thank you

It worked for the first time but the problem is bouncing back
link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:CONSOLE “/MANIFESTDEPENDENCY:type=‘win32’ name=‘Microsoft.Windows.Common-Controls’ version=‘6.0.0.0’ publicKeyToken=‘6595b64144ccf1df’ language=’’ processorArchitecture=’’” /VERSION:0.0 /MANIFEST:embed /OUT:debug\QGroundControl.exe @C:\Users\VAMSHI~1\AppData\Local\Temp\QGroundControl.exe.1728.311390.jom

LINK : fatal error LNK1104: cannot open file ‘z.lib’

jom: C:\build-qgroundcontrol-Desktop_Qt_5_11_3_MSVC2015_32bit-Debug\Makefile.Debug [debug\QGroundControl.exe] Error 1104

jom: C:\build-qgroundcontrol-Desktop_Qt_5_11_3_MSVC2015_32bit-Debug\Makefile [debug] Error 2

14:47:14: The process “C:\Qt\Qt5.11.3\Tools\QtCreator\bin\jom.exe” exited with code 2.

Error while building/deploying project qgroundcontrol (kit: Desktop Qt 5.11.3 MSVC2015 32bit)

When executing step “Make”