I have created an text.rcc file.
I am using the following code to register the file
Qt Code:
  1. qdebug() << QResource::registerResource("text.rcc");
To copy to clipboard, switch view to plain text mode 
In the above code the qdebug() output is showing false.