admin 发表于 2020-2-7 13:35:48

qt5以上工程提示QImage file not found QPainter file not found

打开pro工程文件加入如下

contains(QT_VERSION, "^5.*") {
QT += widgets
} else {
}


重新编译即可
页: [1]
查看完整版本: qt5以上工程提示QImage file not found QPainter file not found