Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QT not recompiling resource upon change #142

Open
Cascades opened this issue Sep 10, 2021 · 2 comments
Open

QT not recompiling resource upon change #142

Cascades opened this issue Sep 10, 2021 · 2 comments
Labels

Comments

@Cascades
Copy link

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
Copy link
Author

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

@belkiss belkiss added the bug label Oct 27, 2021
@belkiss
Copy link
Contributor

belkiss commented Oct 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@belkiss @Cascades and others