简体   繁体   English

如何为用户MSVC2015配置Qt Creator?

[英]How to configure Qt Creator to user MSVC2015?

I've install Qt 5.8 SDK for Windows using Online Qt installer from official QT site with supporting MSVC2013 x64 and MSVC2015 x64. 我使用官方QT站点的在线Qt安装程序安装Qt 5.8 SDK for Windows,支持MSVC2013 x64和MSVC2015 x64。 Because webenginewidgets doesnt support MinGW compiler. 因为webenginewidgets不支持MinGW编译器。 But I have no compiler selected in build environments configurcation window in QTCreator. 但是我在QTCreator的构建环境配置窗口中没有选择编译器。 But I have installed alot of MSVC including MSVC2015_64 and MSVC2015_32. 但是我安装了很多MSVC,包括MSVC2015_64和MSVC2015_32。 What I need to set up in this options to have ability to compile programs from QTCreator? 我需要在这个选项中设置什么才能从QTCreator编译程序? 在此输入图像描述

  1. install visual c++ build tools 2015, but uncheck any SDK within the installer. 安装visual c ++ build tools 2015,但取消选中安装程序中的任何SDK。
  2. install windows SDK 10 from microsoft website. 从microsoft网站安装windows SDK 10。
  3. install qt 5.8 (be sure to check msvc2015 32-bit or 64-bit, and debugger tool might be important...) 安装qt 5.8(务必检查msvc2015 32位或64位,调试工具可能很重要......)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM