Home > Back-end >  Qt5.9.1 VS 2015 environment configuration in the problem solving
Qt5.9.1 VS 2015 environment configuration in the problem solving

Time:09-16

This article is used to solve the environment configuration of Windows 64 - bit of small problems, and other installation steps, and configuration, please refer to the following link, this is only for reference, the author himself if there are any errors, please understand,

Installation of components links: https://blog.csdn.net/weixin_38215395/article/details/78146595
Put the link in the first place is to avoid installation Qt5.9.1 and VS 2015 error occurs, the link is the detailed annotation Qt5.9.1 and VS 2015 need to install components,

First is Qt5.9.1 download installation process:
Download link: http://download.qt.io/archive/qt/
Installation steps links: https://blog.csdn.net/qq_44004011/article/details/105603932


VS 2015 links to download and install process:
https://blog.csdn.net/guxiaonuan/article/details/73775519
Note: VS 2015 login name as if there would be no deadlines, I test, (if there are deadline problem, can on the Internet to find other solution)


Qt 5.9.1 + VS 2015 environment configuration:
The configuration process links: https://blog.csdn.net/guanzhen3657/article/details/81486116
The above link is about the debugger installation process, you can refer to,

In the configuration when a 64 - bit system, it is important to note the compiler of c, c + + content must be completely consistent, the content of the brackets also want the same , as shown in the figure below:





Windows was Debugging Tools Tools download (solve the problem of the debugger is not configured) :
Download link: https://blog.csdn.net/dong_zhihong/article/details/90038142
Windows was Debugging Tools installation doesn't need to pay attention to place, is the default path is only disk c some not too friendly,

Finally in Qt creator is found in the toolbar and click on the tools (tools & gt; Options - & gt; Build and run - & gt; Building a suite), click on the Desktop in automatic detection Qt 5.9.1 MSVC2015 64 - bit see debugger module, as shown in the figure below, click on the item with x64 debugger, such problems are solved,





  • Related