JavaShuo
欄目
標籤
Qt:error: No rule to make target ‘../ceshi/image/green.ico‘, needed by ‘debug/qrc_res.cpp‘. Stop.
時間 2021-01-10
原文
原文鏈接
問題:我今天在qt中加入圖片之後,發現有一個圖片不想要,所以就把他刪除了,結果編譯錯誤。 解決方法:發生這樣的問題在於Qt在每一次編譯的時候,Resource依賴於後面的文件,所以確保每一個文件的路徑以及該文件都確實存在且正確,而你將一張照片刪除之後,Qt就找不到該文件了,所以就會出現編譯錯誤的結果。我們這個主要是給Qt加入圖片,既然編譯器找不見路徑,所以問題就在Resource文件夾下。故思路就
>>阅读原文<<
相關文章
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.
make: ***No rule to make target 'include/layers/python_layer.hpp, needed by 'python/caffe/_caffe.so'
4.
Ubuntu下一步一步安裝nginx,make: *** No rule to make target `build', needed by `default'. Stop.
5.
Makefile常見錯誤解析 - make: *** No rule to make target 'test1.o', needed by 'test2'. Stop
6.
nginx 安裝時候報錯:make: *** No rule to make target `build', needed by `default'. Stop.
7.
Qt:Error:No rule to make target ' .. /../??.png',needed by 'debug/qrc_resource.cpp'
8.
error: No rule to make target 'image/資源.qrc', needed by 'debug/qrc_資源.cpp'. Stop
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'
更多相關文章...
•
ASP.NET AdRotator Target 屬性
-
ASP.NET 教程
•
ASP.NET HyperLink Target 屬性
-
ASP.NET 教程
•
RxJava操作符(一)Creating Observables
•
爲了進字節跳動,我精選了29道Java經典算法題,帶詳細講解
相關標籤/搜索
stop
needed
rule
make
target
maven&&make
retention@target
target...error
to@8
to......443
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
升級Gradle後報錯Gradle‘s dependency cache may be corrupt (this sometimes occurs
2.
Smarter, Not Harder
3.
mac-2019-react-native 本地環境搭建(xcode-11.1和android studio3.5.2中Genymotion2.12.1 和VirtualBox-5.2.34 )
4.
查看文件中關鍵字前後幾行的內容
5.
XXE萌新進階全攻略
6.
Installation failed due to: ‘Connection refused: connect‘安卓studio端口占用
7.
zabbix5.0通過agent監控winserve12
8.
IT行業UI前景、潛力如何?
9.
Mac Swig 3.0.12 安裝
10.
Windows上FreeRDP-WebConnect是一個開源HTML5代理,它提供對使用RDP的任何Windows服務器和工作站的Web訪問
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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.
make: ***No rule to make target 'include/layers/python_layer.hpp, needed by 'python/caffe/_caffe.so'
4.
Ubuntu下一步一步安裝nginx,make: *** No rule to make target `build', needed by `default'. Stop.
5.
Makefile常見錯誤解析 - make: *** No rule to make target 'test1.o', needed by 'test2'. Stop
6.
nginx 安裝時候報錯:make: *** No rule to make target `build', needed by `default'. Stop.
7.
Qt:Error:No rule to make target ' .. /../??.png',needed by 'debug/qrc_resource.cpp'
8.
error: No rule to make target 'image/資源.qrc', needed by 'debug/qrc_資源.cpp'. Stop
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'
>>更多相關文章<<