安装的时候把能遇到的坑都遇到了一遍
ref:https://forum.qt.io/topic/90839/lnk1158-cannot-run-rc-exe/2
ref:https://www.jb51.net/article/183061.htm
ref:http://download.qt.io/
ref:https://blog.csdn.net/jasonkent27/article/details/40826609/
ref:https://blog.csdn.net/thequitesunshine007/article/details/105387371/
ref:https://www.cnblogs.com/57one/p/11330139.html#4551533
1.安装QT
在NextCloud中下载 qt-opensource-windows-x86-msvc2015_64-5.7.0.exe
2.在VS2019中安装qt vs tools
NextCloud中下载 qt-vsaddin-msvc2019-2.4.0
(注意一定要2.4.0) 不然后面生成项目的时候会有问题,新版没有 QT GUI Application
3.打开Qt Creator 时,构建套件(kit)出现红色感叹号
解决方法:在VS2019中下载相应的c++编译器 前面安装的是qt-opensource-windows-x86-msvc2015_64-5.7.0.exe 所以编译器需要安装msvs2015的