Is there a way to get QtCreator to recompile all the resources (images / qss files) that I specified in my qrc file every time I create a project?
Currently, if I change some styles in my qss file but don’t delete the file and re-add it to the qrc file, the old version of my qss file is used.
Thank.
source
share