Working on generating string literals for inclusion in generated code.
This commit is contained in:
parent
0c3bb27e58
commit
092ed67d5e
8 changed files with 218 additions and 3 deletions
|
|
@ -61,7 +61,9 @@ codebuilder/DefaultConfigs.cpp \
|
|||
codebuilder/TypeMappings.cpp \
|
||||
codebuilder/IndentationConfig.cpp \
|
||||
codebuilder/StructureTemplate.cpp \
|
||||
FormatToStream.cpp
|
||||
FormatToStream.cpp \
|
||||
codebuilder/StringLiteralRules.cpp \
|
||||
codebuilder/StringEscapeRule.cpp
|
||||
|
||||
HEADERS += \
|
||||
Pglablib.h \
|
||||
|
|
@ -105,7 +107,9 @@ codebuilder/TypeMappings.h \
|
|||
codebuilder/IndentationConfig.h \
|
||||
codebuilder/StructureTemplate.h \
|
||||
FormatToStream.h \
|
||||
codebuilder/ResultLoopTemplate.h
|
||||
codebuilder/ResultLoopTemplate.h \
|
||||
codebuilder/StringEscapeRule.h \
|
||||
codebuilder/StringLiteralRules.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue