sudo apt-get install \
autoconf \
automake \
pkg-config \
build-essential \
python3-dev \
python3-pip \
It seems that at the time of writing, some GNU/Linux distributions will not show the output of qDebug()
calls by default within the Application Output section of Qt Creator. This happens despite qWarning()
working perfectly.
The issue here lies in /etc/xdg/QtProject/qtlogging.ini
:
[Rules]
*.debug=false
According to Kevin Kofler at Fedora: