我用到一个头文件
#include<QColor>
运行程序出现以下错误:

QColor: No such file or directory


在.pro文件里把

QT -=gui

改成

QT +=gui 即解决。