Rename output binary to moonlight
This commit is contained in:
parent
75c7b2828f
commit
13d686b6f8
4 changed files with 13 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue