qt LNK1104: cannot open file 'fwupgrade.lib'
Unsolved
General and Desktop
-
While debugging my Qt project in debug mode I am getting an error " qt LNK1104: cannot open file 'fwupgrade.lib' ". I am able to build it successfully in release mode. Please give me a quick suggestion.
-
Do you have a relative path that is being interpreted with respect to different shadow build directories?
Where is it looking for the file? Look at the compiler/linker command line, including library paths, for a build in release mode and see if it is the same in debug mode.