Messy commit. Testing suff and some improvements to how data is shown.
This commit is contained in:
parent
bebb3391c3
commit
3a13b7ffb4
59 changed files with 2045 additions and 716 deletions
|
|
@ -31,7 +31,9 @@ SOURCES += my_boost_assert_handler.cpp \
|
|||
PasswordManager.cpp \
|
||||
CsvWriter.cpp \
|
||||
BackupFormatModel.cpp \
|
||||
QueuedBackgroundTask.cpp
|
||||
QueuedBackgroundTask.cpp \
|
||||
ExplainTreeModelItem.cpp \
|
||||
jsoncpp.cpp
|
||||
|
||||
HEADERS += PasswordManager.h \
|
||||
SqlLexer.h \
|
||||
|
|
@ -39,9 +41,12 @@ HEADERS += PasswordManager.h \
|
|||
CsvWriter.h \
|
||||
BackupFormatModel.h \
|
||||
QueuedBackgroundTask.h \
|
||||
Expected.h
|
||||
Expected.h \
|
||||
ExplainTreeModelItem.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue