Lot of code for generating code. Working on unit tests.
This commit is contained in:
parent
da45929b12
commit
8f4845d4d2
42 changed files with 1089 additions and 267 deletions
|
|
@ -57,7 +57,14 @@ SOURCES += \
|
|||
PgAmContainer.cpp \
|
||||
PgObject.cpp \
|
||||
PgTablespace.cpp \
|
||||
PgTablespaceContainer.cpp
|
||||
PgTablespaceContainer.cpp \
|
||||
codebuilder/LanguageConfig.cpp \
|
||||
codebuilder/CodeBuilder.cpp \
|
||||
codebuilder/NameManglingRules.cpp \
|
||||
codebuilder/DefaultConfigs.cpp \
|
||||
codebuilder/TypeMappings.cpp \
|
||||
codebuilder/IndentationConfig.cpp \
|
||||
codebuilder/StructureTemplate.cpp
|
||||
|
||||
HEADERS += \
|
||||
Pglablib.h \
|
||||
|
|
@ -92,7 +99,14 @@ HEADERS += \
|
|||
PgAmContainer.h \
|
||||
PgObject.h \
|
||||
PgTablespace.h \
|
||||
PgTablespaceContainer.h
|
||||
PgTablespaceContainer.h \
|
||||
codebuilder/LanguageConfig.h \
|
||||
codebuilder/CodeBuilder.h \
|
||||
codebuilder/NameManglingRules.h \
|
||||
codebuilder/DefaultConfigs.h \
|
||||
codebuilder/TypeMappings.h \
|
||||
codebuilder/IndentationConfig.h \
|
||||
codebuilder/StructureTemplate.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue