简体   繁体   English

构建第一个项目时出现Qt错误[Windows]

[英]Qt Error while building first project[Windows]

I installed Qt Creator 4.1 Based on Qt 5.7.0 from https://www.qt.io/ . 我从https://www.qt.io/安装了基于Qt 5.7.0的Qt Creator 4.1。

I tried to build a Qt Widgets Application, but I got the following error in the Console output: 我尝试构建一个Qt Widgets应用程序,但是在控制台输出中出现以下错误:

Error while building/deploying project HelloWorld (kit: Desktop Qt 5.7.0 MSVC2015_64bit)
When executing step "qmake"

What may be causing this problem? 可能是什么导致了这个问题?

I have searched in Google, but didn't find a solution to the problem. 我在谷歌搜索过,但没有找到问题的解决方案。 I am using Windows 8.1 x64 if that matters. 如果重要的话,我正在使用Windows 8.1 x64。

你应该安装visual studio 2015或vs c ++ 2015编译器,这样你就可以在Qt中使用vs compiler 2015或者在MinGW编译器中使用Qt

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

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