Qt6Widgets.lib linker error
-
When I am trying to build a Qt Widgets Application in Visual Studio.
I am getting this linker error:1>LINK : fatal error LNK1181: cannot open input file 'C:\Qt\Tools\QtDesignStudio\qt6_design_studio_reduced_version\lib\Qt6Widgets.lib'
I could not find the file 'Qt6Widgets.lib' anywhere in my installation.
-
This post is deleted!
-
Hi and welcome to devnet,
You seem to have somehow configured Visual Studio to point to the libraires installed along Qt Design Studio which are not meant for development but just for the tool to run.
You should have a full Qt installation available and should point VS to that one.