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

Merge branch 'master' into develop

This commit is contained in:
Arin Alex
2025-11-19 00:45:56 +03:00

View File

@@ -252,8 +252,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