Can re-complie resource automatically in Creator 131 ?
I use Qt creator 1.3.1 Based on Qt 4.6.2 for windows 32 bit. good IDE i feel. But why it doesn't refresh my resources such as images when i complie my project after i modify these qrc images? i have to click 'Rebuild All' manually each time. Something wrong?
Re: Can re-complie resource automatically in Creator 131 ?
The resource compiler doesn't know that the images referred to in the qrc file have changed.
To get around this, open the qrc file in a text editor and make a non-functional change (like adding an extra space to the end). Or if your IDE supports it, 'touch' the file. This will cause the resource compiler to rebuild the resources.