Backup functionality working, the UI still needs work.
This commit is contained in:
parent
d0ea9dfa0c
commit
73528ca965
12 changed files with 606 additions and 194 deletions
|
|
@ -30,13 +30,15 @@ SOURCES += Core.cpp \
|
|||
my_boost_assert_handler.cpp \
|
||||
SqlLexer.cpp \
|
||||
PasswordManager.cpp \
|
||||
CsvWriter.cpp
|
||||
CsvWriter.cpp \
|
||||
BackupFormatModel.cpp
|
||||
|
||||
HEADERS += Core.h \
|
||||
PasswordManager.h \
|
||||
SqlLexer.h \
|
||||
ScopeGuard.h \
|
||||
CsvWriter.h
|
||||
CsvWriter.h \
|
||||
BackupFormatModel.h
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
INSTALLS += target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue