Moved files to core.lib for unit testing

This commit is contained in:
eelke 2017-12-09 16:43:28 +01:00
parent 466920bf4e
commit e9f5fff6d3
6 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,9 @@ SOURCES += my_boost_assert_handler.cpp \
BackupFormatModel.cpp \ BackupFormatModel.cpp \
QueuedBackgroundTask.cpp \ QueuedBackgroundTask.cpp \
ExplainTreeModelItem.cpp \ ExplainTreeModelItem.cpp \
jsoncpp.cpp jsoncpp.cpp \
ParamListJson.cpp \
ParamListModel.cpp
HEADERS += PasswordManager.h \ HEADERS += PasswordManager.h \
SqlLexer.h \ SqlLexer.h \
@ -42,7 +44,9 @@ HEADERS += PasswordManager.h \
BackupFormatModel.h \ BackupFormatModel.h \
QueuedBackgroundTask.h \ QueuedBackgroundTask.h \
Expected.h \ Expected.h \
ExplainTreeModelItem.h ExplainTreeModelItem.h \
ParamListJson.h \
ParamListModel.h
unix { unix {
target.path = /usr/lib target.path = /usr/lib

View file

@ -52,7 +52,6 @@ PgDatabaseCatalogue.cpp \
MasterController.cpp \ MasterController.cpp \
ParamTypeDelegate.cpp \ ParamTypeDelegate.cpp \
OpenDatabase.cpp \ OpenDatabase.cpp \
ParamListModel.cpp \
MainWindow.cpp \ MainWindow.cpp \
SqlSyntaxHighlighter.cpp \ SqlSyntaxHighlighter.cpp \
ServerWindow.cpp \ ServerWindow.cpp \
@ -69,8 +68,7 @@ PgDatabaseCatalogue.cpp \
CodeBuilderConfiguration.cpp \ CodeBuilderConfiguration.cpp \
ResultTableModelUtil.cpp \ ResultTableModelUtil.cpp \
BaseTableModel.cpp \ BaseTableModel.cpp \
QueryParamListController.cpp \ QueryParamListController.cpp
ParamListJson.cpp
HEADERS += \ HEADERS += \
QueryResultModel.h \ QueryResultModel.h \
@ -96,7 +94,6 @@ PgDatabaseCatalogue.h \
MasterController.h \ MasterController.h \
ParamTypeDelegate.h \ ParamTypeDelegate.h \
OpenDatabase.h \ OpenDatabase.h \
ParamListModel.h \
MainWindow.h \ MainWindow.h \
SqlSyntaxHighlighter.h \ SqlSyntaxHighlighter.h \
ServerWindow.h \ ServerWindow.h \
@ -114,8 +111,7 @@ PgDatabaseCatalogue.h \
CodeBuilderConfiguration.h \ CodeBuilderConfiguration.h \
ResultTableModelUtil.h \ ResultTableModelUtil.h \
BaseTableModel.h \ BaseTableModel.h \
QueryParamListController.h \ QueryParamListController.h
ParamListJson.h
FORMS += mainwindow.ui \ FORMS += mainwindow.ui \
DatabaseWindow.ui \ DatabaseWindow.ui \