mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
Rewrite streaming code to C++ and forklift most of the setup out of the GUI code
This commit is contained in:
+8
-7
@@ -52,18 +52,18 @@ win32 {
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
streaming/audio.c \
|
||||
streaming/input.c \
|
||||
gui/mainwindow.cpp \
|
||||
gui/popupmanager.cpp \
|
||||
backend/identitymanager.cpp \
|
||||
backend/nvhttp.cpp \
|
||||
backend/nvpairingmanager.cpp \
|
||||
streaming/video.c \
|
||||
streaming/connection.cpp \
|
||||
backend/computermanager.cpp \
|
||||
backend/boxartmanager.cpp \
|
||||
settings/streamingpreferences.cpp
|
||||
settings/streamingpreferences.cpp \
|
||||
streaming/input.cpp \
|
||||
streaming/session.cpp \
|
||||
streaming/audio.cpp \
|
||||
streaming/video.cpp
|
||||
|
||||
HEADERS += \
|
||||
utils.h \
|
||||
@@ -72,10 +72,11 @@ HEADERS += \
|
||||
backend/identitymanager.h \
|
||||
backend/nvhttp.h \
|
||||
backend/nvpairingmanager.h \
|
||||
streaming/streaming.h \
|
||||
backend/computermanager.h \
|
||||
backend/boxartmanager.h \
|
||||
settings/streamingpreferences.h
|
||||
settings/streamingpreferences.h \
|
||||
streaming/input.hpp \
|
||||
streaming/session.hpp
|
||||
|
||||
FORMS += \
|
||||
gui/mainwindow.ui
|
||||
|
||||
Reference in New Issue
Block a user