Go to file
2016-05-22 21:45:37 -05:00
etc Add screenshots 2016-05-22 21:45:37 -05:00
include Rewrite library to allow multiple updaters & JSON appcasts 2016-05-22 21:36:53 -05:00
src Rewrite library to allow multiple updaters & JSON appcasts 2016-05-22 21:36:53 -05:00
tutorial Add screenshots 2016-05-22 21:45:37 -05:00
.gitignore SSL libs for Windows users 2014-11-02 19:41:26 -06:00
COPYING.md Rewrite library to allow multiple updaters & JSON appcasts 2016-05-22 21:36:53 -05:00
QSimpleUpdater.pri Rewrite library to allow multiple updaters & JSON appcasts 2016-05-22 21:36:53 -05:00
QSimpleUpdater.pro Rewrite library to allow multiple updaters & JSON appcasts 2016-05-22 21:36:53 -05:00
Readme.md Add screenshots 2016-05-22 21:45:37 -05:00

QSimpleUpdater

QSimpleUpdater is an implementation of an auto-updating system to be used with Qt projects.

Downloading

Integrating QSimpleUpdater with your projects

  1. Copy the QSimpleUpdater folder in your "3rd-party" folder.
  2. Include the QSimpleUpdater project include (pri) file using the include() function.
  3. That's all! Check the tutorial project as a reference for your project.

License

QSimpleUpdater is free and open-source software, it is released under the DBAD license.