# HG changeset patch # User David Nadlinger # Date 1299624898 -3600 # Node ID a81c53f7b83b974a5ad59a402cec1178c65dee77 # Parent e40f33cc0bf5bcc28a6371dc6d35e98e9c8481bf Actually make the last commit (e40f33cc0bf5) work. Previously, a line break was missing from the generated include file. diff -r e40f33cc0bf5 -r a81c53f7b83b generator/CMakeLists.txt --- a/generator/CMakeLists.txt Sun Jan 16 00:56:21 2011 +0100 +++ b/generator/CMakeLists.txt Tue Mar 08 23:54:58 2011 +0100 @@ -206,7 +206,7 @@ # processed headers. Otherwise, the parser would choke on classes in files # included before "qglobal.h" in using one of these macros # (e.g. QXmlStreamReader). - file(APPEND ${jambi_inc} "#include <${QT_QTCORE_INCLUDE_DIR}/qglobal.h>") + file(APPEND ${jambi_inc} "#include <${QT_QTCORE_INCLUDE_DIR}/qglobal.h>\n") file(APPEND ${dgen_build_conf} "\n") foreach(package_normal ${packages})