The file is already included in VC project....
Contents of qrc file are below.
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource prefix="/" >
<file>res/test.xml</file>
<file>images/MyImage.png</file>
</qresource>
</RCC>
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource prefix="/" >
<file>res/test.xml</file>
<file>images/MyImage.png</file>
</qresource>
</RCC>
To copy to clipboard, switch view to plain text mode
The problem here is that.. the qrc file contains references to two resources..
but when i change some thing in XML file the project is not recomiple to take effect of those changes (but rebuild does).
The other resource is used as title bar image and any change made to it makes the projec to compile and take the effect.
I guess the problem is that test.xml file is not attached to any item on the dialog... but i tried to place this test.xml as the test label image.. but no Luck....
Help....
GK
Bookmarks