简体   繁体   English

不包括Qt库

[英]Qt Libraries are not included

I checked if the question exists but it doesn't seem to help me. 我检查了问题是否存在,但似乎没有帮助。 I'm clearly new to Qt, i installed Qt Creator 5.4 in my Windows 7 Ultimate. 我显然对Qt并不陌生,我在Windows 7 Ultimate中安装了Qt Creator 5.4。 I installed everything Qt 5.4 provides and also installed MinGW 4.9.1. 我安装了Qt 5.4提供的所有内容,还安装了MinGW 4.9.1。 The problem is when i open a console application project it immediately gives these errors. 问题是,当我打开控制台应用程序项目时,它立即显示这些错误。 I tried different projects and error is the same. 我尝试了不同的项目,并且错误是相同的。

Project ERROR: Unknown module(s) in QT: core

I tried to check intellisense for include and it didn't show ANY library to me. 我试图检查intellisense是否包含,但没有向我显示任何库。

When i hover to include it gives : QCoreApplication: No such file or directory 当我将其悬停以包含以下内容时: QCoreApplication: No such file or directory

I highly doubt Qt can't find it's own libraries. 我非常怀疑Qt找不到它自己的库。 How can i show it to QtCreator ? 如何显示给QtCreator?

Additional info : Run button and everything related to run is disabled. 附加信息:“运行”按钮,所有与运行相关的功能均被禁用。

Any help will be appreciated, thanks :) 任何帮助将不胜感激,谢谢:)

Maybe your project's path contains non ASCII characters. 也许您的项目路径包含非ASCII字符。 Try a new project somewhere like C:\\MyApp 在C:\\ MyApp之类的地方尝试一个新项目

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

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