Is there a way to automatically start recompiling resource files if some of the source resource files (icons, text files, etc.) are changed?
eg. if I have a .pro file with
RESOURCES = something.qrc
and in the something.qrc file I have something like
<RCC> <qresource prefix="/localfile"> <file>shaders/mytextfile.fs</file> </qresource> </RCC>
If I modify the mytextfile.fs file, the generation of the qrc_something.cpp file does not start.
qt resources qmake
ALoopingIcon
source share