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:
Joerg Bornemann 2020-08-13 09:20:24 +02:00
parent 3a356b85e3
commit edc8c1ee9d

View File

@ -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