Qt Application with VS code

Has anyone here ever tried to get Qt applications onto the ctrlX built with VS code?
I just checked that I could try Qt applications locally in vs code. That worked quite well. All you have to do is install Qt and point out where the libraries can be found in CMake. I let mingw_64 compile it.
Since I need aarch64-linux-gnu-g++ as a compiler to build apps, I have to change the compiler somehow. But it's not that easy because you can't set it up when installing Qt.
Has anyone had experience with this and could possibly give me some input?

4 replies