Yeah it's working from minGW64 console, but to debug the application, i thought of building it in QT Creator!
I already had a linux build setup in my machine, which is running inside the VirtualBox, but I face some issues in reading from the serial port, inside the virtual guest machine, sometimes it works, but the other times not! So, I decided to do the debug build in Windows, and I setup MSys2 build environment and sucessfully done a command line build, and now for the debug purpose, I wish to do it from inside the QT Creator, can I setup a kit using msys2 in the QT Creator? If so, please provide me the procedure to do so, Thanks!