Lib variable $(Qt_LIBS_) in qt.props Qt tools 2.4.3 for vs2017
Unsolved
General and Desktop
-
I'm using the Qt 2.4.3 tools for VS2017.
The folder QtMsBuild contains the qt.props file. There you can find the variable $(Qt_LIBS_).
Where this variable is defined? Is there any chance to reassign this path?<Link> <AdditionalDependencies >$(Qt_LIBS_);%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories >$(Qt_LIBPATH_);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> </Link>
-
@Mark26 I'm also looking for this definition. Any luck in finding it?
-
Do you resolve this issue? I use vcpkg install qt:x64-windows-static,and found in release mode ,the ${Qt_LIBS_} is include some debug librarys,such as qwindowsvistastyled.lib, qwindowsd.lib, ets
I think this is an error from Qt Tools, but i can't modify it.