安装

您可以通过以下方式安装Qt Creator商业版开源版:

您可以在同一系统上安装并运行多个Qt Creator 版本,并同时使用它们。

Qt Online Installer

Qt Online Installer根据发布周期的不同,您可以同时拥有Qt Creator 的最新发布版本和即将发布的测试版或候选版。

Qt Online Installer 中搜索Qt Creator ,即可找到可用的版本。

Qt 在线安装程序中过滤的 Qt Creator 安装程序

注意: 您需要一个Qt 账户才能使用Qt Online Installer

单机版Qt Creator

您可以通过以下方式获取Qt Creator 的开源版本:

  • 使用软件包管理器
  • 下载安装包
  • 从源代码构建Qt Creator

按照系统的常规方式启动Qt Creator 安装程序,并按照其指示安装Qt Creator

要使用 Qt 开发,您还需要一个 Qt 版本。您可以在单机版Qt Creator 中注册 Qt 版本,以便在工具包中使用它们。

使用软件包管理器

软件包管理器提供的Qt Creator 软件包不受官方支持。有关官方版本的链接,请参阅下载安装包

在 Windows 上可以使用chocolatey ,在 macOS 上可以使用brew 。这些软件包管理器会安装在线提供的最新Qt Creator 版本。也就是说,它们会获取 7zip 压缩包并在你的系统上解压。

例如,在 Windows 上输入

choco install qtcreator

在 macOS 上,输入

brew install --cask qt-creator

注意: Linux 发行版可能有旧版本Qt Creator ,因此可能需要下载并安装最新版本。

下载安装包

您可以从以下网址下载Qt Creator 安装包:

从源代码构建

要测试最新的Qt Creator 版本,或许您还可以自行修改,您可以从源代码构建它。更多信息,请参阅编译Qt Creator从 Git 构建Qt Creator

另请参阅 如何:管理工具包注册已安装的 Qt 版本安装插件以及许可证鸣谢

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein 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 property of their respective owners.