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