PDA

View Full Version : No rule to make target error



Kuushie118
1st February 2019, 00:18
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?

Lesiok
1st February 2019, 06:59
In images.qrc You have a line :
<file>images/backCard.jpg</file>
but backCard.jpg is located in backCard dir (next line in qrc file).