尝试使用CMake构建Qt项目并制作时遇到问题

时间:2019-05-27 06:32:59

标签: qt makefile cmake

我有一个Qt项目,我正在尝试使用CMake进行构建。但是在运行make -j4命令时遇到了一些错误。

Error: CMakeFiles/QtCreator.dir/build.make:89: recipe for target 'QtCreator-prefix/src/QtCreator-stamp/QtCreator-download' failed
make[2]: *** [QtCreator-prefix/src/QtCreator-stamp/QtCreator-download] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/QtCreator.dir/all' failed
make[1]: *** [CMakeFiles/QtCreator.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2

我正在使用cmake版本3.5.1 Ubuntu 16.04

0 个答案:

没有答案