WIP Quick GUI work

This commit is contained in:
Cameron Gutman
2018-07-04 16:40:21 -07:00
parent 6a3b95a4b1
commit 3a7d3c807e
12 changed files with 223 additions and 60 deletions
+4 -2
View File
@@ -57,7 +57,8 @@ SOURCES += \
streaming/input.cpp \
streaming/session.cpp \
streaming/audio.cpp \
streaming/video.cpp
streaming/video.cpp \
gui/computermodel.cpp
HEADERS += \
utils.h \
@@ -68,7 +69,8 @@ HEADERS += \
backend/boxartmanager.h \
settings/streamingpreferences.h \
streaming/input.hpp \
streaming/session.hpp
streaming/session.hpp \
gui/computermodel.h
RESOURCES += \
resources.qrc \