沙漠狼 发表于 2018-7-16 13:52:13

Qt error: one or more PCH files were found, but they were invalid 错误

在编译Qt程序时出现如下报错
Qt error: one or more PCH files were found, but they were invalid

这是因为之前编译过程序,留下一些配置文件导致无法编译,清除之前的编译残留就行了
make distclean
页: [1]
查看完整版本: Qt error: one or more PCH files were found, but they were invalid 错误