Files
wiki/blog/Qt安装.md

26 lines
963 B
Markdown
Raw Permalink Normal View History

# 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文档