mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
first working prototype
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user