0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-02 19:56:58 +03:00

Merge pull request #474 from aol-nnov/version-generator-followup

Fix qmake version generator
This commit is contained in:
Alexander Arin
2024-09-20 17:41:55 +03:00
committed by GitHub

View File

@@ -215,7 +215,7 @@ RESOURCES += \
$$REPORT_PATH/items/items.qrc
system("git --version") {
LR_VERSION = $$system("git --git-dir=$$PWD/../.git describe --tags --dirty")
LR_VERSION = $$system("git --git-dir=$$PWD/../.git --work-tree=$$PWD/.. describe --tags --dirty")
} else {
LR_VERSION = "0.0.0-unknown"
}