Sharpmake icon indicating copy to clipboard operation
Sharpmake copied to clipboard

QT not recompiling resource upon change

Open Cascades opened this issue 4 years ago • 2 comments

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

Cascades avatar Sep 10 '21 11:09 Cascades

Or, alternatively, Is there a way to force QT to rebuild/compile resources for a project through sharpmake?

Cascades avatar Sep 10 '21 15:09 Cascades

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

belkiss avatar Oct 27 '21 06:10 belkiss