当前位置:网站首页>【QT】Qt 使用MSVC2017找不到编译器的解决办法
【QT】Qt 使用MSVC2017找不到编译器的解决办法
2022-07-01 23:46:00 【Cappuccino-jay】
一、问题原因:刚安装好的qtcreator ,版本中的MSVC2017是没有设置编译器和调试器的。
二、MSVC2017 64bit套件配置流程:
VS2017下载官网 :https://my.visualstudio.com/Benefits
或者点击这个:一步到位
下载好后,在本地双击打开
选择 Visual Studio 2017 以及 VC++ 2017 version 15.9 v14.16 latest v141 tools
点击继续
等待安装
点击以后再说
再次打开 Qt ,发现有 MSVC2017 的编译器了,如下:
三、调试器(Debugger)选择使用Windows SDK程序自动生成的调试器:
Windows SDK官网链接:https://developer.microsoft.com/zh-cn/windows/downloads/windows-sdk/
选择安装路径
双击winsdksetup
默认选择,点击下一步
Yes,点击下一步
点击接受
点击安装
等待安装
安装成功
再次打开Qt,发现调试器已经添加上了
选择Qt Versions,发现红色感叹号已经消失了
配置构建套件Kit 后,Desktop Qt 5.12.2 MSVC2017 64bit 是黄色的警告,不影响,如下:
边栏推荐
- VIM color the catalogue
- 【C#】依赖注入及Autofac
- 门级建模—课后习题
- 常见的积分商城游戏类型有哪些?
- 2021 RoboCom 世界机器人开发者大赛-高职组复赛
- SecurityUtils.getSubject().getPrincipal()为null的问题怎么解决
- [must] bm41 output the right view of the binary tree [medium +]
- Key points and difficulties of the course "information content security" at Harbin Institute of Technology
- Linux基础 —— CentOS7 离线安装 MySQL
- ADO.NET之SqlDataAdpter对象
猜你喜欢
Redis data types and application scenarios
写给当前及未来博士研究生一些建议整理分享
深度学习 | 三个概念:Epoch, Batch, Iteration
PyCharm调用matplotlib绘图时图像弹出问题怎么解决
Linux基础 —— CentOS7 离线安装 MySQL
使用VB.net将PNG图片转成icon类型图标文件
E-commerce RPA robot helps brand e-commerce to achieve high traffic
Material Design组件 - 使用BottomSheet展现扩展内容(一)
from pip._internal.cli.main import main ModuleNotFoundError: No module named ‘pip‘
.env.xxx 文件,加了常量,却undefined
随机推荐
力扣今日题-241. 为运算表达式设计优先级
URL introduction
门级建模—课后习题
Development trend and future direction of neural network Internet of things
【.Net Core】程序相关各种全局文件
from pip._internal.cli.main import main ModuleNotFoundError: No module named ‘pip‘
Postgresql源码(58)元组拼接heap_form_tuple剖析
SWT / anr problem - SWT causes kernel fuse deadlock
Y53. Chapter III kubernetes from introduction to mastery -- ingress (26)
RPA tutorial 01: Excel automation from introduction to practice
Windows 7 安装MYSQL 错误:1067
深度学习 | 三个概念:Epoch, Batch, Iteration
Chapter 6 data flow modeling
E-commerce RPA robot helps brand e-commerce to achieve high traffic
What category does the Internet of things application technology major belong to
Huawei HMS core joins hands with hypergraph to inject new momentum into 3D GIS
【ES实战】ES上的安全性运行方式
How to realize parallel replication in MySQL replication
- Oui. Env. Fichier XXX, avec constante, mais non spécifié
在代码中使用SqlCommand对象