mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Move the version string into version.txt
This commit is contained in:
+2
-2
@@ -327,5 +327,5 @@ macx {
|
|||||||
QMAKE_RPATHDIR += @executable_path/../Frameworks
|
QMAKE_RPATHDIR += @executable_path/../Frameworks
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION = 0.8.0
|
VERSION = "$$cat(version.txt)"
|
||||||
DEFINES += VERSION_STR=\\\"0.8.0\\\"
|
DEFINES += VERSION_STR=\\\"$$cat(version.txt)\\\"
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
0.8.0
|
||||||
Reference in New Issue
Block a user