Latest Qt VS tools not finding Qt libs in static build?
-
My project uses static Qt build (5.15.19) and it was building fine using Qt VS Tools 3.2.0.47. Today I updated it to the latest version but now build is failing during the linking part with error:
5> Qt/MSBuild: 3.4.0.1 4> Qt: 5.15.19 5>Reading Qt configuration (C:/Qt/Static/5.15.19/bin/qmake) 4>LINK : fatal error LNK1104: cannot open file 'qtpcre2d.lib' 4>Done building project "Project.vcxproj" -- FAILED.
When I downgrade to Qt VS Tools 3.2.0.47, the project builds fine again. All paths and settings are correct in Qt VS tools, so what's going on? Am I missing something?
-
Update: So was looking around and noticed that there are variables defined $(QMake_QT_INSTALL_LIBS_) etc that have No value associated with them. As you can see in macros list, I'm not seeing any macros with underscore (_) in their names. Anyone knows why?