Ubuntu下QT调试错误处理

2018-12-21  本文已影响14人  046ef6b0df68

文|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 秒后
    解决:由于现在系统的时间比如上所述的文件修改时间还早,将系统时间修改为该文件修改时间之后就行。

上一篇 下一篇

猜你喜欢

热点阅读