Qt error: C1083: 无法打开包括文件: “QApplication”: No such file or directory
宁可枝头抱香死,何曾吹落北风中。这篇文章主要讲述Qt error: C1083: 无法打开包括文件: “QApplication”: No such file or directory相关的知识,希望能为你提供帮助。
尝试用Qt5编译Qt4的工程,会遇到下面的问题:
错误:
error: C1083: 无法打开包括文件: “
QApplication”
: No such file or directory
出现原因:
Qt5里不再用QtGui模块,而是使用QtWidgets模块。
【Qt error: C1083: 无法打开包括文件: “QApplication”: No such file or directory】解决方法:
在.pro里加上QT += widgets
然后删除所有 build 文件,重新编译。
推荐阅读
- Android 端接入代码检测简介
- Android 获取 View 宽高的常用正确方式,避免为零
- Crypto Exchange Security: Approaches and Trends
- AS新安装Android Studio运行项目前报错(Unable to access Android SDK add-on list)
- Springboot+Mybatisplus替换mybatis整合报错Mapped Statements collection does not contain value
- AttributeError: ‘_io.TextIOWrapper‘ object has no attribute ‘xreadlines‘
- Android之compileSdkVersionminSdkVersion 以及 targetSdkVersion
- AndroidThe layout "activity_main" in layout has no declaration in the base layout folde
- add application window with unknown token XXX Unable to add window;is your activity is running?(代码片段