Files
wiki/blog/Qt安装.md
zoubing 52542e5da8 docs: add Qt安装和C++源码生成文档-Doxygen两篇博客及配套素材
新增Qt安装教程博客和配套的模块选择截图,同时新增C++源码生成Doxygen文档的完整教程,包含安装配置步骤、注释规范和所有演示截图
2026-06-07 21:42:06 +08:00

26 lines
963 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Qt安装
## 从官方安装包安装
![Qt安装需要勾选的模块](assets/Qt安装/Qt安装模块选择.png)
## 使用别人编译好的二进制库文件更小无需联网一般压缩包大小100MB左右缺点是一般仅有Release无Debug
解压至某目录即可然后在QtCreator或VisualStudio的Qt插件中添加该版本的Qt即可
## Qt相关的网站
* [Qt官网](https://www.qt.io/)
* [Qt下载站](https://download.qt.io/)
* [Qt官方论坛](https://forum.qt.io/)
* [Qt中文论坛](http://www.qtcn.org/)
* [Qt开发库二进制下载](https://build-qt.fsu0413.me/)
## Qt源码编译官方教程
* [Qt官方源码编译说明](https://doc.qt.io/qt-5/windows-building.html)
## QtAssistant助手/文档)离线部署
修改qmake.exe同级目录下的qt.conf文件使其指向解压的document目录QtCreator添加Qt版本后自然会找到qmake.exe所在目录下的qt.conf然后加载其中的qt文档