Add screenshots

This commit is contained in:
Alex Spataru 2016-05-22 21:45:37 -05:00
parent 3b3805bfcc
commit 2bbb53865d
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# QSimpleUpdater
QSimpleUpdater is an implementation of an auto-updating system to be used with Qt projects.
[![Downloading](etc/screenshots/downloading.png)](etc/screenshots/)
## 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -8,6 +8,8 @@
TEMPLATE = app
TARGET = "QSU Tutorial"
FORMS += $$PWD/src/Window.ui
HEADERS += $$PWD/src/Window.h
SOURCES += $$PWD/src/Window.cpp \