mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Rename output binary to moonlight
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user