You can install Qt by building Qt sources. This is useful if, for example:
注意: In most use cases, other than those listed above, the best way to install Qt is with Qt Online Installer. See 采用 Qt 在綫安裝程序獲取和安裝 Qt .
The installation procedure is different on each Qt platform. This page provides relevant information for the supported platforms and links to module-specific system requirements.
When you build Qt sources, you use the configure tool to configure Qt for a particular platform with a particular set of Qt features or modules. For more information, see Qt 配置選項 .
A brief overview of the build and installation process:
頂級 Qt5 Git 存儲庫包含一組構建指令,采用形式 供應腳本 , used by Qt's continuous integration (CI) system to build and test the 支持平颱 。這些腳本對於從源代碼構建 Qt 的任何人是有用的,因為它們為每種配置提供所需的工具和組件的相關信息。