美文网首页
Ubuntu下QT调试错误处理

Ubuntu下QT调试错误处理

作者: 046ef6b0df68 | 来源:发表于2018-12-21 16:09 被阅读14次

文|Seraph

  1. Could not determine which "make" command to run. Check the "make" step in the build configuration.
    解决:工具-选项-构建和运行构建套件中C++编译器没有选择, 在C++那一栏中选上GCC就可以。

  2. g++: Command not found
    解决: sudo apt-get install build-essential

  3. 警告:文件“../Qt5.9.5/5.9.5/gcc_64/mkspecs/qconfig.pri”的修改时间在未来 22260 秒后
    解决:由于现在系统的时间比如上所述的文件修改时间还早,将系统时间修改为该文件修改时间之后就行。

相关文章

网友评论

      本文标题:Ubuntu下QT调试错误处理

      本文链接:https://www.haomeiwen.com/subject/cvxvkqtx.html