JavaShuo
栏目
标签
Qt 删除资源图标文件编译不通过问题 no rule to make target 'images/xxx.png', needed by 'qrc_pencion.cpp'. stop,
时间 2021-01-06
栏目
图片处理
繁體版
原文
原文链接
一 问题 见下图 二 问题分析 开始有个资源图标 《拼接.png》 后来不用了全部删除了。见上面图1,2。删除后执行编译程序。发现出现上面图三所示的错误。 三 解决方法 1 分析 打开你工程下面的makefile文件。往下找,见下图 看到了吗在Qt 给我们生成了makefile文件。里面红色的语句则是问题所在。 2 解决方法 执行qmake重新生成makefile,见下图
>>阅读原文<<
相关文章
1.
No rule to make target `-', needed by `all'. Stop.
2.
error: No rule to make target 'images/myword.qrc', needed by 'debug/qrc_myword.cpp'. Stop.
3.
Qt:error: No rule to make target ‘../ceshi/image/green.ico‘, needed by ‘debug/qrc_res.cpp‘. Stop.
4.
error: No rule to make target 'image/资源.qrc', needed by 'debug/qrc_资源.cpp'. Stop
5.
QT错误:No rule to make target '../Game/resource/Y.bmp', needed by 'debug/qrc_res
6.
Qt:Error:No rule to make target ' .. /../??.png',needed by 'debug/qrc_resource.cpp'
7.
Ubuntu下一步一步安装nginx,make: *** No rule to make target `build', needed by `default'. Stop.
8.
make: ***No rule to make target 'include/layers/python_layer.hpp, needed by 'python/caffe/_caffe.so'
9.
nginx 安装时候报错:make: *** No rule to make target `build', needed by `default'. Stop.
10.
Makefile常见错误解析 - make: *** No rule to make target 'test1.o', needed by 'test2'. Stop
更多相关文章...
•
Docker 资源汇总
-
Docker教程
•
MySQL删除视图(DORP VIEW)
-
MySQL教程
•
IntelliJ IDEA中SpringBoot properties文件不能自动提示问题解决
•
SpringBoot中properties文件不能自动提示解决方法
相关标签/搜索
删除问题
stop
needed
rule
删除
make
target
普通问题
不删
通译
图片处理
SQLite教程
PHP教程
NoSQL教程
静态资源
文件系统
插件
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
安装cuda+cuDNN
2.
GitHub的使用说明
3.
phpDocumentor使用教程【安装PHPDocumentor】
4.
yarn run build报错Component is not found in path “npm/taro-ui/dist/weapp/components/rate/index“
5.
精讲Haproxy搭建Web集群
6.
安全测试基础之MySQL
7.
C/C++编程笔记:C语言中的复杂声明分析,用实例带你完全读懂
8.
Python3教程(1)----搭建Python环境
9.
李宏毅机器学习课程笔记2:Classification、Logistic Regression、Brief Introduction of Deep Learning
10.
阿里云ECS配置速记
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
No rule to make target `-', needed by `all'. Stop.
2.
error: No rule to make target 'images/myword.qrc', needed by 'debug/qrc_myword.cpp'. Stop.
3.
Qt:error: No rule to make target ‘../ceshi/image/green.ico‘, needed by ‘debug/qrc_res.cpp‘. Stop.
4.
error: No rule to make target 'image/资源.qrc', needed by 'debug/qrc_资源.cpp'. Stop
5.
QT错误:No rule to make target '../Game/resource/Y.bmp', needed by 'debug/qrc_res
6.
Qt:Error:No rule to make target ' .. /../??.png',needed by 'debug/qrc_resource.cpp'
7.
Ubuntu下一步一步安装nginx,make: *** No rule to make target `build', needed by `default'. Stop.
8.
make: ***No rule to make target 'include/layers/python_layer.hpp, needed by 'python/caffe/_caffe.so'
9.
nginx 安装时候报错:make: *** No rule to make target `build', needed by `default'. Stop.
10.
Makefile常见错误解析 - make: *** No rule to make target 'test1.o', needed by 'test2'. Stop
>>更多相关文章<<