Reorganize and prepare for SDL integration

This commit is contained in:
Cameron Gutman
2018-06-23 18:46:59 -07:00
parent ea459a0319
commit ce64966843
18 changed files with 637 additions and 586 deletions
+14 -14
View File
@@ -29,29 +29,29 @@ macx {
}
unix:!macx {
CONFIG += link_pkgconfig
PKGCONFIG += openssl
PKGCONFIG += openssl sdl2
}
SOURCES += \
main.cpp \
mainwindow.cpp \
nvhttp.cpp \
nvpairingmanager.cpp \
identitymanager.cpp \
popupmanager.cpp \
streamwidget.cpp
streaming/audio.c \
streaming/input.c \
gui/mainwindow.cpp \
gui/popupmanager.cpp \
http/identitymanager.cpp \
http/nvhttp.cpp \
http/nvpairingmanager.cpp
HEADERS += \
mainwindow.h \
nvhttp.h \
nvpairingmanager.h \
identitymanager.h \
utils.h \
popupmanager.h \
streamwidget.h
gui/mainwindow.h \
gui/popupmanager.h \
http/identitymanager.h \
http/nvhttp.h \
http/nvpairingmanager.h
FORMS += \
mainwindow.ui
gui/mainwindow.ui
RESOURCES += \
resources.qrc