PDA

View Full Version : what may be the error in registering the resource in the following code?



pratik041
6th December 2011, 06:01
I have created an text.rcc file.
I am using the following code to register the file

qdebug() << QResource::registerResource("text.rcc");
In the above code the qdebug() output is showing false.

stampede
6th December 2011, 08:39
Maybe the file cannot be located, try with absolute path.