mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-24 12:13:03 +00:00
Move the version string into version.txt
This commit is contained in:
parent
1f7bdbfbcb
commit
102e5f6de9
2 changed files with 3 additions and 2 deletions
|
@ -327,5 +327,5 @@ macx {
|
|||
QMAKE_RPATHDIR += @executable_path/../Frameworks
|
||||
}
|
||||
|
||||
VERSION = 0.8.0
|
||||
DEFINES += VERSION_STR=\\\"0.8.0\\\"
|
||||
VERSION = "$$cat(version.txt)"
|
||||
DEFINES += VERSION_STR=\\\"$$cat(version.txt)\\\"
|
||||
|
|
1
app/version.txt
Normal file
1
app/version.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0.8.0
|
Loading…
Reference in a new issue