Moved files to core.lib for unit testing
This commit is contained in:
parent
466920bf4e
commit
e9f5fff6d3
6 changed files with 8 additions and 8 deletions
|
|
@ -33,7 +33,9 @@ SOURCES += my_boost_assert_handler.cpp \
|
|||
BackupFormatModel.cpp \
|
||||
QueuedBackgroundTask.cpp \
|
||||
ExplainTreeModelItem.cpp \
|
||||
jsoncpp.cpp
|
||||
jsoncpp.cpp \
|
||||
ParamListJson.cpp \
|
||||
ParamListModel.cpp
|
||||
|
||||
HEADERS += PasswordManager.h \
|
||||
SqlLexer.h \
|
||||
|
|
@ -42,7 +44,9 @@ HEADERS += PasswordManager.h \
|
|||
BackupFormatModel.h \
|
||||
QueuedBackgroundTask.h \
|
||||
Expected.h \
|
||||
ExplainTreeModelItem.h
|
||||
ExplainTreeModelItem.h \
|
||||
ParamListJson.h \
|
||||
ParamListModel.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue