Put the FormatToStream function in its own compilation unit as it might
be useful for other things to.
This commit is contained in:
parent
22bad8fb22
commit
c13bbde2e4
4 changed files with 50 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue