Windows Qt 4.2.0
application output occurs in the "output panel". and you need to console.
propro file
QT += core QT -= gui CONFIG += c++11 TARGET = test CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp Source: https://ru.stackoverflow.com/questions/610234/
All Articles