PDA

View Full Version : Resource file problem



harmodrew
7th May 2011, 10:58
Hello!

I'm using QtCreator and I'm trying to add a resource file to my application.
To write the .qrc file I use the built-in tool and all goes well.

The problem is that when I try to build the application it raises the following error:


:: error: No rule to make target `../TextToBraille/braille/', needed by `debug/qrc_res.cpp'. Stop.

The project is stored in the "TextToBraille" directory and the images are stored in the "/TextToBraille/braille/" directory.

Can you help me to solve this problem please?

Thanks in previous.

Giulio

tinysoft
7th May 2011, 13:02
this error appear when the folder or files inside it not found in the directory that specified.
.make sure that you did not change the place or the name of the folder or the files it contain(image,voice, etc)

harmodrew
7th May 2011, 13:37
thanks for the reply :)

I checked the place of the files and they are ok. moreover I use the QtCreator tool to write the resource file so it shouldn't be wrong