Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.2.0
-
Windows 10
Description
- Have a Qt version in PATH.
- Start Creator with empty settings, e.g. by using the parameter -settingspath.
- Create a new Qt Console Application project which uses the automatically created default kit.
- Build and run this project.
It will run without a window and write its output to the Application Output view. - Go to Projects mode.
- Click on the Run configuration without changing anything.
"Run in Terminal" is already checked. - Run the application again.
Now it will run in a terminal window.
The application should run in the same way from the beginning. For this kind of project, it should always run in a terminal.