How to tell VS Code where is Qt dlls to use when launching my app
I’m using VS Code with “C/C++”, “CMake Tools” and “Qt Official” extensions to build a simple console Qt app. The main.cpp
is just printing “Hello, world” message. After building, console (with name “CMake/Launch”) shows that it launching my app: