1 Attachment(s)
No rule to make target error
Below is the error I'm currently having. I have already tried clean all and run qmake but it doesn't seem to work tho.
:-1: error: No rule to make target '../GameOfWar/images/backCard.jpg', needed by 'debug/qrc_images.cpp'. Stop.
the attachment below has all the codes for the program....It's a bit lengthy.
Any advice?
Re: No rule to make target error
In images.qrc You have a line :
Code:
<file>images/backCard.jpg</file>
but backCard.jpg is located in backCard dir (next line in qrc file).