Closed granger35 closed 2 years ago
fix in 'bugfix' branch separation of the conan dependency management output folder with debug / release sub-folder : conan dependencies management was in 'build' folder, overwrited when doing 'qmake' on project then no problem with QtCreator or cmd line, but it's not been possible to use the same output folder with Qt Vs Tools plugin in Visual Studio
fixed in 4.6.3 version
In Debug mode on Viusal Studio 17 and Qt Visual Studio Tools 2.3.0 (and higher), the project in debug mode are linking with conan third-parties in release mode. Indeed, in the properties of the project, the additionnal dependenciy folders are pointing to release binaries when third parties are coming from conan remotes. Ex: SolAR fbow or SolAR ModuleFBOW repositories in branch develop.