first working prototype

This commit is contained in:
Peinthor Rene
2013-04-06 12:22:50 +02:00
parent 5caba4b906
commit 93cce3d87f
5 changed files with 281 additions and 77 deletions

View File

@@ -25,7 +25,8 @@ HEADERS += \
ExtendedTableWidget.h \
grammar/Sqlite3Lexer.hpp \
grammar/Sqlite3Parser.hpp \
grammar/sqlite3TokenTypes.hpp
grammar/sqlite3TokenTypes.hpp \
sqlitetablemodel.h
SOURCES += \
sqlitedb.cpp \
@@ -43,7 +44,8 @@ SOURCES += \
sqlitetypes.cpp \
ExtendedTableWidget.cpp \
grammar/Sqlite3Lexer.cpp \
grammar/Sqlite3Parser.cpp
grammar/Sqlite3Parser.cpp \
sqlitetablemodel.cpp
# create a unittest option
CONFIG(unittest) {