mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/910405 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Maciej Barć <xgqt@gentoo.org>
13 lines
667 B
Diff
13 lines
667 B
Diff
--- a/OpenRGB.pro
|
|
+++ b/OpenRGB.pro
|
|
@@ -46,9 +46,6 @@ TEMPLATE = app
|
|
#-----------------------------------------------------------------------------------------------#
|
|
win32:BUILDDATE = $$system(date /t)
|
|
unix:BUILDDATE = $$system(date -R -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}")
|
|
-GIT_COMMIT_ID = $$system(git log -n 1 --pretty=format:"%H")
|
|
-GIT_COMMIT_DATE = $$system(git log -n 1 --pretty=format:"%ci")
|
|
-GIT_BRANCH = $$system(git branch --show-current)
|
|
|
|
DEFINES += \
|
|
VERSION_STRING=\\"\"\"$$VERSION\\"\"\" \
|