QSimpleUpdater/Readme.md
2014-11-04 23:22:40 -06:00

37 lines
1.1 KiB
Markdown
Executable File

## QSimpleUpdater
QSimpleUpdater is an implementation of an auto-updating system to be used with Qt projects.
QSimpleUpdater is **free and open source [LGPL software](https://www.gnu.org/licenses/lgpl.html)**, which means that you can use it for both open source and proprietary applications.
## Using QSimpleUpdater
1. Copy the <code>QSimpleUpdater</code> folder in your "3rd-party" folder.
2. Include the QSimpleUpdater project include (pri) file using the include() function.
3. That's all! Check the example project as a reference for your project.
#### Running the example project
1. Navigate to the <code>Example</code> folder and open <code>example.pro</code> with [Qt Creator](http://qt-project.org/wiki/Category:Tools::QtCreator).
2. Compile the project and play with it <code>:)</code>
## Donate
Donate [Bitcoins](http://bitcoin.org) to the project to keep it going!
> 1BdxESMayJAengjAkjipMwfWkiqZUztyhU
## Useful Links
+ [Project website](http://alex-97.github.io/QSimpleUpdater)
+ [OpenHub Project](http://openhub.net/p/qsimpleupdater)
+ [Contact developer](mailto:alex.racotta@gmail.com)