mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Merge branch 'master' into develop
This commit is contained in:
@@ -252,8 +252,7 @@ defineReplace(generateHeader){
|
|||||||
OUTPUT_FILE = $$2
|
OUTPUT_FILE = $$2
|
||||||
LINES = $$cat($$VERSION_TEMPLATE, lines)
|
LINES = $$cat($$VERSION_TEMPLATE, lines)
|
||||||
LINES = $$replace(LINES, @GIT_VERSION@, $$LR_VERSION)
|
LINES = $$replace(LINES, @GIT_VERSION@, $$LR_VERSION)
|
||||||
system(echo '// Auto generated version header' > $$OUTPUT_FILE)
|
write_file($$OUTPUT_FILE, LINES)
|
||||||
for (a, LINES): system(echo '$${a}' >> $$OUTPUT_FILE)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
generateversion.depends = FORCE
|
generateversion.depends = FORCE
|
||||||
|
|||||||
Reference in New Issue
Block a user