changeset 400:a81c53f7b83b

Actually make the last commit (e40f33cc0bf5) work. Previously, a line break was missing from the generated include file.
author David Nadlinger <code@klickverbot.at>
date Tue, 08 Mar 2011 23:54:58 +0100
parents e40f33cc0bf5
children 827147052d8d
files generator/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <QtCore/QtCore> 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} "<typesystem>\n")
     foreach(package_normal ${packages})