1. 进入 CMake 官网,下载 CMake安装。

  2. 打开 Qt Creator,选择:工具 -> 选项 -> 构建和运行。

进入【Cmake】标签页,可以看到,CMake 已经被自动检测出来了

Qt 配置 CMake

进入【构建套件(Kit)】标签页,配置 CMake:

Qt 配置 CMakeQt 配置 CMake

完成之后,进行保存。


将 D:\Qt\Qt5.10.1\Tools\QtCreator\bin(根据自己的实际情况)添加到系统环境变量,不然会报错:

C:\Qt\CMake\share\cmake-3.13\Modules\CMakeTestCCompiler.cmake:52: error: The C compiler "C:/Qt/mingw/bin/gcc.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: C:/Users/www/AppData/Local/Temp/QtCreator-dqFvRC/qtc-cmake-bNAmTyWK/CMakeFiles/CMakeTmp Run Build Command:"jom" "/nologo" "cmTC_71c9e\fast" 系统找不到指定的文件。 Generator: execution of make failed. Make command was: "jom" "/nologo" "cmTC_71c9e\fast"

Qt 配置 CMake

相关文章:

  • 2021-08-02
  • 2021-09-17
  • 2021-07-11
  • 2022-12-23
  • 2021-09-23
  • 2022-01-19
  • 2021-05-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-07-15
  • 2022-12-23
  • 2021-10-15
相关资源
相似解决方案