Great job. Quick question can you build while in debug mode in Qt? In VS I can execute custom batch files like this one
cd /d F:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
devenv "E:\unreal\Arena 4.9\Arena.sln" /Build
which allows me to build the gameplay code inside VS while in debug mode.