PDA

View Full Version : Error in qrc file



phillip_Qt
10th March 2008, 07:28
Hi all
I ve added a qrc file in my project. and stored in a folder(D:/Version/Stylesheet/Resources/stylesheet.qrc);
But while compiling the project its giving the following error

C:\QtOpenSource\qt-win-opensource-src-4.3.2\bin\rcc.exe: File does not exist 'D:/Version/MainFrame/Resources/stylesheet.qrc'
Project : error PRJ0019: A tool returned an error code from "Generating qrc_stylesheet.cxx"

But in commandline in properties of qrc file ive given (D:/Version/Stylesheet/Resources/stylesheet.qrc);.

I cannt figure out whats the problem. I ll b thankful for ur help.


Thanx.

wysota
10th March 2008, 12:04
What is the contents of your .pro file?

phillip_Qt
11th March 2008, 06:54
What is the contents of your .pro file?

Thanx. I solved it by adding path of h file in cmake file. :)