JavaShuo
欄目
標籤
error: No rule to make target 'images/myword.qrc', needed by 'debug/qrc_myword.cpp'. Stop.
時間 2021-01-10
欄目
圖片處理
简体版
原文
原文鏈接
用Qt時先生成一個資源文件,後來發現位置錯了,就再文件夾下把 .qrc直接刪了,重新添加新資源,然後重新編譯就出現上面錯誤。原因是原來的pro文件裏面還有第一個資源的信息。 解決辦法,刪除原來 qrc的信息,如圖: 1. 打開qt的pro文件,找到 RESOURCES += \ 2. 我的 images/myword.qrc是錯誤的位置,把它註釋掉,重新編譯就通過了。
>>阅读原文<<
相關文章
1.
No rule to make target `-', needed by `all'. Stop.
2.
Qt:error: No rule to make target ‘../ceshi/image/green.ico‘, needed by ‘debug/qrc_res.cpp‘. Stop.
3.
make: ***No rule to make target 'include/layers/python_layer.hpp, needed by 'python/caffe/_caffe.so'
4.
error: No rule to make target 'image/資源.qrc', needed by 'debug/qrc_資源.cpp'. Stop
5.
Ubuntu下一步一步安裝nginx,make: *** No rule to make target `build', needed by `default'. Stop.
6.
Makefile常見錯誤解析 - make: *** No rule to make target 'test1.o', needed by 'test2'. Stop
7.
nginx 安裝時候報錯:make: *** No rule to make target `build', needed by `default'. Stop.
8.
Qt:Error:No rule to make target ' .. /../??.png',needed by 'debug/qrc_resource.cpp'
9.
QT錯誤:No rule to make target '../Game/resource/Y.bmp', needed by 'debug/qrc_res
10.
make: *** No rule to make target 'main.o'
更多相關文章...
•
ADO Error 對象
-
ADO 教程
•
ASP.NET AdRotator Target 屬性
-
ASP.NET 教程
•
RxJava操作符(五)Error Handling
•
RxJava操作符(一)Creating Observables
相關標籤/搜索
target...error
stop
needed
rule
make
target
error
maven&&make
retention@target
to@8
圖片處理
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
正確理解商業智能 BI 的價值所在
2.
解決梯度消失梯度爆炸強力推薦的一個算法-----LSTM(長短時記憶神經網絡)
3.
解決梯度消失梯度爆炸強力推薦的一個算法-----GRU(門控循環神經⽹絡)
4.
HDU4565
5.
算概率投硬幣
6.
密碼算法特性
7.
DICOMRT-DiTools:clouddicom源碼解析(1)
8.
HDU-6128
9.
計算機網絡知識點詳解(持續更新...)
10.
hods2896(AC自動機)
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
No rule to make target `-', needed by `all'. Stop.
2.
Qt:error: No rule to make target ‘../ceshi/image/green.ico‘, needed by ‘debug/qrc_res.cpp‘. Stop.
3.
make: ***No rule to make target 'include/layers/python_layer.hpp, needed by 'python/caffe/_caffe.so'
4.
error: No rule to make target 'image/資源.qrc', needed by 'debug/qrc_資源.cpp'. Stop
5.
Ubuntu下一步一步安裝nginx,make: *** No rule to make target `build', needed by `default'. Stop.
6.
Makefile常見錯誤解析 - make: *** No rule to make target 'test1.o', needed by 'test2'. Stop
7.
nginx 安裝時候報錯:make: *** No rule to make target `build', needed by `default'. Stop.
8.
Qt:Error:No rule to make target ' .. /../??.png',needed by 'debug/qrc_resource.cpp'
9.
QT錯誤:No rule to make target '../Game/resource/Y.bmp', needed by 'debug/qrc_res
10.
make: *** No rule to make target 'main.o'
>>更多相關文章<<