file rename
This commit is contained in:
parent
073c62048f
commit
4364f427bf
4 changed files with 8 additions and 7 deletions
|
|
@ -16,7 +16,6 @@ DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX
|
|||
LIBS += c:\prog\lib\libpq.lib c:\prog\lib\fmt.lib User32.lib ws2_32.lib
|
||||
|
||||
SOURCES += main.cpp\
|
||||
mainwindow.cpp \
|
||||
sqlparser.cpp \
|
||||
PgsqlConn.cpp \
|
||||
queryresultmodel.cpp \
|
||||
|
|
@ -49,9 +48,10 @@ SOURCES += main.cpp\
|
|||
MasterController.cpp \
|
||||
ParamTypeDelegate.cpp \
|
||||
OpenDatabase.cpp \
|
||||
ParamListModel.cpp
|
||||
ParamListModel.cpp \
|
||||
MainWindow.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
HEADERS += \
|
||||
sqlparser.h \
|
||||
PgsqlConn.h \
|
||||
queryresultmodel.h \
|
||||
|
|
@ -84,7 +84,8 @@ HEADERS += mainwindow.h \
|
|||
MasterController.h \
|
||||
ParamTypeDelegate.h \
|
||||
OpenDatabase.h \
|
||||
ParamListModel.h
|
||||
ParamListModel.h \
|
||||
MainWindow.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
databasewindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue