As far as I can tell the Qt installer framework doesn't provide that feature.
Personally, I wrote a piece of code that manually retrieves the Updates.xml
file from the repository and checks the version numbers. If there's an update available, I simply present a QDialog
to the user.