Use Squish in Visual Studio Code
-
@SylvainA I'm not Visual Studio expert, but I guess you simply need to add that library as dependency to your project, so that it links against it. How exactly this is done in Visual Studio I don't know (check its documentation, it also depends on used build system like MSBuild CMake, ...).
-
@SylvainA said in Use Squish in Visual Studio Code:
Hello,
Is it possible to use all Squish functionality (record, pick object) in on other IDE like Visual Studio Code for example?
ThanksI'm not sure if "all Squish functionality" is possible, but here's a start: https://doc.qt.io/squish/microsoft-visual-studio-integration.html
-
@SylvainA I'm not Visual Studio expert, but I guess you simply need to add that library as dependency to your project, so that it links against it. How exactly this is done in Visual Studio I don't know (check its documentation, it also depends on used build system like MSBuild CMake, ...).
-