Add screenshots
This commit is contained in:
parent
3b3805bfcc
commit
2bbb53865d
@ -1,6 +1,9 @@
|
|||||||
# QSimpleUpdater
|
# QSimpleUpdater
|
||||||
|
|
||||||
QSimpleUpdater is an implementation of an auto-updating system to be used with Qt projects.
|
QSimpleUpdater is an implementation of an auto-updating system to be used with Qt projects.
|
||||||
|
|
||||||
|
[](etc/screenshots/)
|
||||||
|
|
||||||
## Integrating QSimpleUpdater with your projects
|
## Integrating QSimpleUpdater with your projects
|
||||||
1. Copy the QSimpleUpdater folder in your "3rd-party" folder.
|
1. Copy the QSimpleUpdater folder in your "3rd-party" folder.
|
||||||
2. Include the QSimpleUpdater project include (*pri*) file using the include() function.
|
2. Include the QSimpleUpdater project include (*pri*) file using the include() function.
|
||||||
|
BIN
etc/screenshots/download-complete.png
Normal file
BIN
etc/screenshots/download-complete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
etc/screenshots/downloading.png
Normal file
BIN
etc/screenshots/downloading.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
etc/screenshots/tutorial.png
Normal file
BIN
etc/screenshots/tutorial.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
TARGET = "QSU Tutorial"
|
||||||
|
|
||||||
FORMS += $$PWD/src/Window.ui
|
FORMS += $$PWD/src/Window.ui
|
||||||
HEADERS += $$PWD/src/Window.h
|
HEADERS += $$PWD/src/Window.h
|
||||||
SOURCES += $$PWD/src/Window.cpp \
|
SOURCES += $$PWD/src/Window.cpp \
|
Loading…
x
Reference in New Issue
Block a user