How can I enable auto-updates in a Qt cross-platform app?

Posted by FX on Stack Overflow See other posts from Stack Overflow or by FX
Published on 2010-01-16T14:11:00Z Indexed on 2010/04/03 21:53 UTC
Read the original article Hit count: 193

Filed under:
|
|

I love applications that are able to update themselves without any effort from the user (think: Sparkle framework for Mac). Is there any code/library I can leverage to do this in a Qt app, without having to worry about the OS details? At least for Windows/Mac/user-owned-linux-binaries.

I could integrate Sparkle on the Mac version, code something for the linux case (only for a standalone, user-owned binary; I won't mess with distros packaging, if my program is ever packaged), and find someone to help me on the Windows side, but that's horribly painful. Surely I'm not the only one who wants to provide this to users?

© Stack Overflow or respective owner

Related posts about qt

Related posts about cross-platform