Store all files in the current directory for portable installations. Fixes #43

This commit is contained in:
Cameron Gutman
2018-08-16 21:04:47 -07:00
parent 345e800abd
commit 38ff2bf5cb
6 changed files with 79 additions and 12 deletions
+4 -2
View File
@@ -88,7 +88,8 @@ SOURCES += \
gui/computermodel.cpp \
gui/appmodel.cpp \
streaming/streamutils.cpp \
backend/autoupdatechecker.cpp
backend/autoupdatechecker.cpp \
path.cpp
HEADERS += \
utils.h \
@@ -104,7 +105,8 @@ HEADERS += \
gui/appmodel.h \
streaming/video/decoder.h \
streaming/streamutils.h \
backend/autoupdatechecker.h
backend/autoupdatechecker.h \
path.h
# Platform-specific renderers and decoders
ffmpeg {