Add automatic update checking. Fixes #8

This commit is contained in:
Cameron Gutman
2018-08-09 22:51:27 -07:00
parent 8f61a11452
commit 0fb3bb0727
7 changed files with 216 additions and 5 deletions
+5 -2
View File
@@ -82,7 +82,8 @@ SOURCES += \
streaming/audio.cpp \
gui/computermodel.cpp \
gui/appmodel.cpp \
streaming/streamutils.cpp
streaming/streamutils.cpp \
backend/autoupdatechecker.cpp
HEADERS += \
utils.h \
@@ -97,7 +98,8 @@ HEADERS += \
gui/computermodel.h \
gui/appmodel.h \
streaming/video/decoder.h \
streaming/streamutils.h
streaming/streamutils.h \
backend/autoupdatechecker.h
# Platform-specific renderers and decoders
ffmpeg {
@@ -203,3 +205,4 @@ macx {
}
VERSION = 0.1.0
DEFINES += VERSION_STR=\\\"0.1.0\\\"