Some work on parser, not used yet.
This commit is contained in:
parent
3b482c1c73
commit
39ac8ef02d
5 changed files with 50 additions and 9 deletions
|
|
@ -15,7 +15,7 @@ error( "Couldn't find the common.pri file!" )
|
|||
}
|
||||
|
||||
|
||||
HEADERS +=
|
||||
HEADERS +=
|
||||
|
||||
SOURCES += main.cpp \
|
||||
tst_ExplainJsonParser.cpp \
|
||||
|
|
@ -28,7 +28,8 @@ SOURCES += main.cpp \
|
|||
tst_CodeBuilder.cpp \
|
||||
tst_NameManglingRules.cpp \
|
||||
tst_TypeMappings.cpp \
|
||||
tst_Range.cpp
|
||||
tst_Range.cpp \
|
||||
tst_SqlParser.cpp
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../core/release/ -lcore
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../core/debug/ -lcore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue