I\'m developping a very simple app on my Mac using QtCreator.
It\'s a console application and I want the user to enter its name, and then I display his name. Here is
Solution for Windows.
In the .pro file add:
QT -= core gui TEMPLATE = app CONFIG += console
Go to Project -> Run settings, and make sure "Run in Terminal" is checked.