2016-05-22 21:36:53 -05:00
|
|
|
# QSimpleUpdater
|
|
|
|
QSimpleUpdater is an implementation of an auto-updating system to be used with Qt projects.
|
|
|
|
|
|
|
|
## 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.
|
2016-05-22 21:39:59 -05:00
|
|
|
3. That's all! Check the [tutorial project](/tutorial) as a reference for your project.
|
2016-05-22 21:36:53 -05:00
|
|
|
|
|
|
|
## License
|
|
|
|
QSimpleUpdater is free and open-source software, it is released under the [DBAD](COPYING.md) license.
|