ERROR LNK1104 cannot open file 'C:\QT\Tools\QtDesignStudio\qt6_design_studio_reduced_version\lib\Qt6EntryPointd.lib'
Unsolved
General and Desktop
-
I have inherited an old project that was built an older version of qt-project. I have resolved some bugs in the C++ code but now I get this error when trying to build:
LNK1104 cannot open file 'C:\QT\Tools\QtDesignStudio\qt6_design_studio_reduced_version\lib\Qt6EntryPointd.lib' DebugHost C:\Users\antti\Documents\Prevas\SVN\t0243_forvaltningsteam\trunk\Delaval\doc\ID\IPR\IPR_SOURCE_1.0.C.002\ipr\DebugHost\LINK 1
I can find .prl files in the path where it tries to open the .lib file. But I cannot understand how these can be interpreted or converted into .lib files.
Anyone got any ideas?