Rename output binary to moonlight

This commit is contained in:
Cameron Gutman 2018-07-22 03:16:33 -07:00
commit 13d686b6f8
4 changed files with 13 additions and 7 deletions

View file

@ -1,7 +1,13 @@
QT += core quick network quickcontrols2
CONFIG += c++11
TARGET = moonlight-qt
unix:!macx {
TARGET = moonlight
} else {
# On macOS, this is the name displayed in the global menu bar
TARGET = Moonlight
}
TEMPLATE = app
# The following define makes your compiler emit warnings if you use