forked from qt-creator/qt-creator
Sqlite: Cleanup table and column handling
Using values instead of pointers makes the handling much easier. We can remove ColumnDefinition too, and use SqliteColumn instead. Change-Id: I224db9cc569c4dfb6e2746179b02096904bfbccb Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -11,7 +11,6 @@ unix:!bsd: LIBS += -ldl
|
||||
include(../3rdparty/sqlite/sqlite.pri)
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/columndefinition.cpp \
|
||||
$$PWD/createtablesqlstatementbuilder.cpp \
|
||||
$$PWD/sqlitedatabasebackend.cpp \
|
||||
$$PWD/sqliteexception.cpp \
|
||||
@@ -29,7 +28,6 @@ SOURCES += \
|
||||
$$PWD/sqlitetable.cpp \
|
||||
$$PWD/sqlitecolumn.cpp
|
||||
HEADERS += \
|
||||
$$PWD/columndefinition.h \
|
||||
$$PWD/createtablesqlstatementbuilder.h \
|
||||
$$PWD/sqlitedatabasebackend.h \
|
||||
$$PWD/sqliteexception.h \
|
||||
|
||||
Reference in New Issue
Block a user