0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 08:28:06 +03:00

Merge tag '1.7.17' into develop

Finish 1.7.17
This commit is contained in:
Arin Alex
2025-06-25 19:38:35 +03:00
292 changed files with 19243 additions and 17897 deletions

View File

@@ -239,7 +239,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"
}