Qt: force resource reloading on every compilation.
Posted
by greg
on Stack Overflow
See other posts from Stack Overflow
or by greg
Published on 2010-03-18T16:22:02Z
Indexed on
2010/03/19
15:51 UTC
Read the original article
Hit count: 233
Is there a way to force QtCreator to recompile all the resources (images / qss files) i have specified in my qrc file every time i build the project?
Currently if i change some styles in my qss file but dont remove the file and re-add it to the qrc file the old version of my qss file is used.
Thanks.
© Stack Overflow or respective owner