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
|
|
@ -52,7 +52,6 @@ PgDatabaseCatalogue.cpp \
|
|||
MasterController.cpp \
|
||||
ParamTypeDelegate.cpp \
|
||||
OpenDatabase.cpp \
|
||||
ParamListModel.cpp \
|
||||
MainWindow.cpp \
|
||||
SqlSyntaxHighlighter.cpp \
|
||||
ServerWindow.cpp \
|
||||
|
|
@ -69,8 +68,7 @@ PgDatabaseCatalogue.cpp \
|
|||
CodeBuilderConfiguration.cpp \
|
||||
ResultTableModelUtil.cpp \
|
||||
BaseTableModel.cpp \
|
||||
QueryParamListController.cpp \
|
||||
ParamListJson.cpp
|
||||
QueryParamListController.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
|
|
@ -96,7 +94,6 @@ PgDatabaseCatalogue.h \
|
|||
MasterController.h \
|
||||
ParamTypeDelegate.h \
|
||||
OpenDatabase.h \
|
||||
ParamListModel.h \
|
||||
MainWindow.h \
|
||||
SqlSyntaxHighlighter.h \
|
||||
ServerWindow.h \
|
||||
|
|
@ -114,8 +111,7 @@ PgDatabaseCatalogue.h \
|
|||
CodeBuilderConfiguration.h \
|
||||
ResultTableModelUtil.h \
|
||||
BaseTableModel.h \
|
||||
QueryParamListController.h \
|
||||
ParamListJson.h
|
||||
QueryParamListController.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
DatabaseWindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue