构建 Qt 源

安装 Qt 有 2 种办法:

  1. 透过 Qt 安装程序 - 下载并安装 Qt
  2. 透过 Qt 源代码

You can download the Qt installers and sources from the 下载 页面。更多信息,拜访 Qt 快速入门 页面。

此页面列出通过构建 Qt 源来安装 Qt 的相关信息。在每个 Qt 平台的安装过程是不同的。此页面收集相关信息为 支持平台 . In addition, this page provides links to any module-specific system requirements.

一般安装信息

To build Qt from source, use configure 来配置 Qt 为在特定平台采用一组特定 Qt 特征或模块。更多信息,拜访以下页面:

Windows

macOS

Linux/X11

嵌入式 Linux

Android

iOS

Module-specific System Requirements

附加信息

顶级 Qt5 Git 存储库包含一组构建指令,采用形式 供应脚本 , used by Qt's continuous integration (CI) system to build and test the 支持平台 。这些脚本对于从源代码构建 Qt 的任何人是有用的,因为它们为每种配置提供所需的工具和组件的相关信息。