0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-24 16:18:04 +03:00

Finish 1.7.20

This commit is contained in:
Arin Alex
2025-11-19 00:43:30 +03:00

View File

@@ -228,8 +228,7 @@ defineReplace(generateHeader){
OUTPUT_FILE = $$2
LINES = $$cat($$VERSION_TEMPLATE, lines)
LINES = $$replace(LINES, @GIT_VERSION@, $$LR_VERSION)
system(echo '// Auto generated version header' > $$OUTPUT_FILE)
for (a, LINES): system(echo '$${a}' >> $$OUTPUT_FILE)
write_file($$OUTPUT_FILE, LINES)
}
generateversion.depends = FORCE