I was using qmake build system in my QtCreator 4.1.0-beta1
, everything was fine. When I ran my project, a new terminal popped up.
When I switched to CMake build system, no new terminal window was created anymore. How can I force QtCreator to run the build in a new terminal window like it does with qmake?
Projects -> Build & Run -> Run -> Check "Run in terminal"