CMake: Add missing newline at the end of qconfig.pri
Change-Id: I929d74234b685bf0684d3067f7f958d474df20ff Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
3a356b85e3
commit
edc8c1ee9d
@ -1244,7 +1244,7 @@ QT_PATCH_VERSION = ${PROJECT_VERSION_PATCH}
|
||||
|
||||
if(extra_statements)
|
||||
string(REPLACE ";" "\n" extra_statements "${extra_statements}")
|
||||
string(APPEND content "\n${extra_statements}")
|
||||
string(APPEND content "\n${extra_statements}\n")
|
||||
endif()
|
||||
|
||||
file(GENERATE
|
||||
|
Loading…
x
Reference in New Issue
Block a user