PDA

View Full Version : Manually using RCC compiler?



vishal.chauhan
18th May 2007, 07:14
Hi All,

I m using Qt 4.1.5 on my Mac 10.3.5.
I have a qrc file application.qrc and when i compile it with qmake it will not compile the qrc file so i cannot use the images in the qrc file.
So Can I manually compile my qrc file with RCC compiler and what r the command for compilation.

If any body knows then plz help me.

Thanks.

marcel
18th May 2007, 07:17
Have you added this line in the .pro file?
RESOURCES = resfile.qrc

You can replace resfile.qrc with the actual file name.

vishal.chauhan
18th May 2007, 07:47
Thanks for Reply.

Yes I already have added this line but actually it is no making file like qrc_application.cpp and qrc_application.o