kubuntu - qDebug is missing
-
Having used Qt on Windows, I am now porting the application to Linux Kubuntu 16.10.
Qt5 is installed, qtcreator is launched and detects Qt version 5.6.1 , the test project is well-configured, but I'm getting an impossible error :
error: qDebug: No such file or directory
#include <qDebug>I searched the entire disk, and the file qDebug is indeed missing. All the other headers are found in
/usr/include/x86_64-linux-gnu/qt5/QtWidgets, except for qDebug.The problem is probably a missing package, but I cannot for the life of me find out which one.