Start integration with moonlight-common-c

This commit is contained in:
Cameron Gutman
2018-05-06 02:08:31 -07:00
parent f80450176a
commit ea459a0319
3 changed files with 569 additions and 3 deletions
+5 -3
View File
@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui network
QT += core gui network gamepad
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -38,7 +38,8 @@ SOURCES += \
nvhttp.cpp \
nvpairingmanager.cpp \
identitymanager.cpp \
popupmanager.cpp
popupmanager.cpp \
streamwidget.cpp
HEADERS += \
mainwindow.h \
@@ -46,7 +47,8 @@ HEADERS += \
nvpairingmanager.h \
identitymanager.h \
utils.h \
popupmanager.h
popupmanager.h \
streamwidget.h
FORMS += \
mainwindow.ui