当前位置:网站首页>error: C1083: 无法打开包括文件: “QString”: No such error: ‘QDir‘ file not found
error: C1083: 无法打开包括文件: “QString”: No such error: ‘QDir‘ file not found
2022-08-03 20:18:00 【妙为】
Qt系列文章目录
前言
拿到同事写的工程代码,运行没有问题,但当我加入:
#include
#include
这两行代码,直接报错了,这可是最基本的两个头文件,
我使用一列解决办法
1.我先是修改计算机中的环境变量,注销,或者重启机器
2.然后修改QtCreator中的环境变量,注销,或者重启机器
3.修改pro文件配置
一顿操作猛如虎,结果还是报错
一、解决办法
在pro工程配置文件中注销掉下面两行代码
#CONFIG -= app_bundle
#CONFIG -= qt
解决问题
如果在工程文件中添加一行 CONFIG -= app_bundle ,就可以阻止创建一个 app bundle,它会将可执行文件 放入 I 一个子目录下。这样做还允许用户与标准 I/O 的交互。
边栏推荐
- leetcode 136. Numbers that appear only once (XOR!!)
- leetcode 461. 汉明距离
- leetcode 326. Powers of 3
- Kubernetes资源编排系列之三: Kustomize篇 作者 艄公(杨京华) 雪尧(郭耀星)
- JWT详解
- 详解AST抽象语法树
- leetcode 1837. The sum of the digits in the K-base representation
- 使用 ReportLab 绘制 PDF
- tRNA-m5C转运RNA(tRNA)修饰5-甲基胞嘧啶(m5C)|tRNA修饰m1Am2A (2-methyladenosine)
- Leetcode sword refers to Offer 15. 1 in the binary number
猜你喜欢
149. 直线上最多的点数-并查集做法
信使mRNA甲基化偶联3-甲基胞嘧啶(m3C)|mRNA-m3C
Likou 59 - Spiral Matrix II - Boundary Judgment
Li Mu hands-on learning deep learning V2-BERT fine-tuning and code implementation
Anaconda virtual environment migration
Matlab paper illustration drawing template No. 42 - bubble matrix diagram (correlation coefficient matrix diagram)
汉源高科8光口12电口交换机千兆8光8电12电16电网管型工业以太网交换机
高并发,你真的理解透彻了吗?
使用 ReportLab 绘制 PDF
2022 年值得尝试的 7 个 MQTT 客户端工具
随机推荐
CLIP论文解读
leetcode 136. Numbers that appear only once (XOR!!)
RNA-ATTO 390|RNA-ATTO 425|RNA-ATTO 465|RNA-ATTO 488|RNA-ATTO 495|RNA-ATTO 520近红外荧光染料标记核糖核酸RNA
leetcode 16.01. 交换数字(不使用临时变量交换2个数的值)
8.2模拟赛总结
Advantages and Disadvantages of Blind and Buried Via PCB Stacked Via Design
危化企业双重预防机制数字化建设进入全面实施阶段
PHP according to the longitude and latitude calculated distance two points
高并发,你真的理解透彻了吗?
Solidity智能合约开发 — 4.1-合约创建和函数修饰器
leetcode refers to Offer 58 - II. Left Rotate String
利用 rpush 和 blpop 实现 Redis 消息队列
Abs (), fabs () and LABS ()
leetcode 231. Powers of 2
Power button - 203 - remove the list elements linked list
ES6-箭头函数
面试官:为什么 0.1 + 0.2 == 0.300000004?
async 和 await 原来这么简单
Detailed steps for tensorflow-gpu2.4.1 installation and configuration
leetcode 1837. The sum of the digits in the K-base representation