覆盖项目的CMake设置

要覆盖当前项目的CMake设置

  1. 转到项目 > 项目设置 > CMake

    {CMake settings for a project}

  2. 清除使用全局设置
  3. 为项目配置CMake。

您的选择将覆盖在 首选项 > CMake > 常规 中设置的值。

设置阅读更多
自动运行 CMake当您在项目中编辑 CMakeLists.txt 配置文件时,运行 CMake 以刷新项目信息。当您构建项目时,也会刷新项目信息。查看 CMake 项目内容
包管理器自动设置为使用 CMake 设置 Conanvcpkg 包管理器。使用包管理器与 CMake
在选择初始参数之前提示当您选择 使用初始变量重新配置 时,会提示行动。使用初始变量重新配置
在选择重新加载 CMake 预设之前提示当您选择 构建 > 重新加载 CMake 预设 时,会提示行动。CMake 预设
在源组文件夹内显示子文件夹项目视图中隐藏子文件夹名称并按源组排列文件。在项目视图中隐藏子文件夹名称
默认显示高级选项默认情况下,在初始配置当前配置中显示所有 CMake 变量。查看高级变量
为 CMake 配置和构建操作使用连接点在 Windows 中,使用连接点用于 CMake 配置、构建和安装操作。在 Windows 中使用连接点

您可以将这些首选项设置为 CMake 预设 或在 CMakeLists.txt.shared 文件中。

另见 如何:使用 CMake 构建CMake,和 配置项目

©2024 hereby contained contributions to Qt Company Ltd. Documentation are the copyrights of their respective owners. The documentation provided here is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are the property of their respective owners.