桌面平台
Qt Creator 以二进制软件包的形式提供,适用于以下操作系统:
您可以使用Qt Creator 在这些平台上构建、运行、调试和分析应用程序。
Linux
支持的平台有
- (K)Ubuntu Linux 22.04 (x86_64) 或更高版本
- (K)Ubuntu Linux 24.04 (arm64) 或更高版本
要在 Linux 上使用Qt Creator 构建 Qt XML 应用程序,通常需要以下文件:
- g++
- make
- libglib2.0-dev
- libsm-dev
- libxrender-dev
- libfontconfig1-dev
- libxext-dev
- libfreetype6-dev
- libx11-dev
- libxcursor-dev
- libxfixes-dev
- libxft-dev
- libxi-dev
- libxrandr-dev
- 如果使用Qt GUI OpenGL 函数,则需要 libgl-dev 和 libglu-dev
macOS
macOS 12.0 或更高版本支持 Mac App Store 提供的 MacOS 版本的 Xcode 工具。
Windows
支持的平台有
- Windows 10 (x86_64) 或更高版本
- Windows 11 (ARM64) 或更高版本
注意: 某些Qt Creator 插件依赖于 Direct3D(DirectX 的一部分)。如果在虚拟机中运行 Windows,可能需要手动启用对它的支持。更多信息,请参阅硬件 3D 加速(OpenGL 和 Direct3D 8/9)和准备主机系统以使用 DirectX 9 加速图形。
从源代码编译
要从源代码编译Qt Creator ,请参阅源代码库中 readme 文件中的要求和说明。
另请参阅 支持的平台。
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.