Our app is built using Qt and I would like to use a framework similar to Sparkle in our Windows version, to replace our custom solution. Is there anything like this ?
Asked
Active
Viewed 2,857 times
4 Answers
2
Google has their update framework open-sourced: https://github.com/google/omaha. But the server side is not there, there is a paper about the protocols in the wiki though.

Michael Herrmann
- 4,832
- 3
- 38
- 53

Atempcode
- 397
- 1
- 4
1
Windows has BITS APIs for writing auto-update components. Check it out here:
http://msdn.microsoft.com/en-us/library/aa362827(VS.85).aspx
http://msdn.microsoft.com/en-us/magazine/cc188766.aspx

swatkat
- 4,785
- 1
- 23
- 17