Put the FormatToStream function in its own compilation unit as it might

be useful for other things to.
This commit is contained in:
eelke 2018-09-17 15:42:55 +02:00
parent 22bad8fb22
commit c13bbde2e4
4 changed files with 50 additions and 28 deletions

View file

@ -64,7 +64,8 @@ codebuilder/NameManglingRules.cpp \
codebuilder/DefaultConfigs.cpp \
codebuilder/TypeMappings.cpp \
codebuilder/IndentationConfig.cpp \
codebuilder/StructureTemplate.cpp
codebuilder/StructureTemplate.cpp \
FormatToStream.cpp
HEADERS += \
Pglablib.h \
@ -106,7 +107,8 @@ codebuilder/NameManglingRules.h \
codebuilder/DefaultConfigs.h \
codebuilder/TypeMappings.h \
codebuilder/IndentationConfig.h \
codebuilder/StructureTemplate.h
codebuilder/StructureTemplate.h \
FormatToStream.h
unix {
target.path = /usr/lib