Sharpmake
Sharpmake copied to clipboard
QT not recompiling resource upon change
Following the "QTFileCustomBuild" sample. Are changes to blank.png being tracked? If I were to change some pixels and then build (not rebuild), should those changes reflect in the application? If so, which lines specifically set this up in the code?
Thanks
Or, alternatively, Is there a way to force QT to rebuild/compile resources for a project through sharpmake?
I don't know that sample well unfortunately, but sharpmake in itself doesn't build or compile resources, so I guess there's something we need to add to the generated file to get the behavior you want