mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Add automatic update checking. Fixes #8
This commit is contained in:
+5
-2
@@ -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\\\"
|
||||
|
||||
Reference in New Issue
Block a user