Start work on launching a stream from QML and rip out remaining QtWidgets

This commit is contained in:
Cameron Gutman 2018-07-07 16:30:26 -07:00
commit 60ad95bb7b
11 changed files with 83 additions and 55 deletions

View file

@ -1,9 +1,6 @@
QT += core quick network
CONFIG += c++11
# TODO: Rid ourselves of QtWidgets
QT += widgets
TARGET = moonlight-qt
TEMPLATE = app