LIBC.lib missing Link Error
Unsolved
Installation and Deployment
-
I've been working on a project using the default Desktop Qt 5.14.0 MinGW 32-bit build kit. I needed to use QWebEngineWidgets, but they were not available in that kit, so I switched to another default kit Desktop Qt 5.14.0 MSVC2017 32bit. However, with this kit, i cannot build the project due to the missing LIBC.lib error.
Researching this further, I found that the LIBC.lib is an old, deprecated library, and in fact, the MinGW kit did not include it either....
I'm sure others have had similar issues. Any suggestions on how to overcome this problem will be appreciated.
Thanks! -
Hi and welcome to devnet,
The third solution is to build it with the compiler you are using for your project.
Where did you get that library from ?