When running my Qt5 application on linux, I don\'t see any output from qDebug, qWarning, qCritical or qFatal. I know that I can use qInstallMsgHandler to instal
qInstallMsgHandler
If you are using visual studio, qDebug etc are printed to the output window in the IDE.