db backend: mostly feature-complete

This commit is contained in:
jaseg 2020-08-09 17:12:14 +02:00
parent 872bb95acf
commit 0afe9ca6bf
12 changed files with 497 additions and 160 deletions

View file

@ -6,7 +6,8 @@ CONFIG += c++2a
win32:INCLUDEPATH += $$[QT_INSTALL_PREFIX]/../Src/qtbase/src/3rdparty/sqlite
win32:SOURCES += $$[QT_INSTALL_PREFIX]/../Src/qtbase/src/3rdparty/sqlite/sqlite3.c
win32:LIBS += -L$$[QT_INSTALL_PLUGINS]/sqldrivers -lqsqlite
#win32:SOURCES += $$[QT_INSTALL_PREFIX]/../Src/qtbase/src/3rdparty/sqlite/sqlite3.c
unix:LIBS += -lsqlite3
# The following define makes your compiler emit warnings if you use
@ -25,6 +26,7 @@ SOURCES += \
main.cpp \
numberator.cpp \
sqlitebackend.cpp \
tagitem.cpp \
taglistmodel.cpp \
tagproptablemodel.cpp \
tagview.cpp \
@ -34,12 +36,14 @@ HEADERS += \
aboutdialog.h \
numberator.h \
sqlitebackend.h \
tagitem.h \
taglistmodel.h \
tagproptablemodel.h \
tagview.h \
tagscene.h
FORMS += \
TagEditor.ui \
TagListDock.ui \
aboutdialog.ui \
numberator.ui