More case fixes of filenames.
This commit is contained in:
parent
20af12535e
commit
e71ef2e6df
41 changed files with 258 additions and 123 deletions
94
src/src.pro
94
src/src.pro
|
|
@ -18,33 +18,33 @@ LIBS += c:\prog\lib\libpq.lib c:\prog\lib\fmt.lib User32.lib ws2_32.lib
|
|||
SOURCES += main.cpp\
|
||||
sqlparser.cpp \
|
||||
PgsqlConn.cpp \
|
||||
queryresultmodel.cpp \
|
||||
QueryResultModel.cpp \
|
||||
sqlhighlighter.cpp \
|
||||
jsoncpp.cpp \
|
||||
queryexplainmodel.cpp \
|
||||
explaintreemodelitem.cpp \
|
||||
ASyncDBConnection.cpp \
|
||||
QueryExplainModel.cpp \
|
||||
ExplainTreeModelItem.cpp \
|
||||
ASyncDBConnection.cpp \
|
||||
tsqueue.cpp \
|
||||
win32event.cpp \
|
||||
waithandlelist.cpp \
|
||||
csvwriter.cpp \
|
||||
databasewindow.cpp \
|
||||
ConnectionManagerWindow.cpp \
|
||||
ConnectionListModel.cpp \
|
||||
ConnectionConfig.cpp \
|
||||
backuprestore.cpp \
|
||||
querytab.cpp \
|
||||
CsvWriter.cpp \
|
||||
DatabaseWindow.cpp \
|
||||
ConnectionManagerWindow.cpp \
|
||||
ConnectionListModel.cpp \
|
||||
ConnectionConfig.cpp \
|
||||
BackupRestore.cpp \
|
||||
QueryTab.cpp \
|
||||
stopwatch.cpp \
|
||||
util.cpp \
|
||||
databaseinspectorwidget.cpp \
|
||||
PgType.cpp \
|
||||
pgsqldatabasecatalogue.cpp \
|
||||
PgTypeContainer.cpp \
|
||||
tuplesresultwidget.cpp \
|
||||
pgnamespace.cpp \
|
||||
pgclass.cpp \
|
||||
backupdialog.cpp \
|
||||
typeselectionitemmodel.cpp \
|
||||
DatabaseInspectorWidget.cpp \
|
||||
PgType.cpp \
|
||||
PgsqlDatabaseCatalogue.cpp \
|
||||
PgTypeContainer.cpp \
|
||||
TuplesResultWidget.cpp \
|
||||
PgNamespace.cpp \
|
||||
PgClass.cpp \
|
||||
BackupDialog.cpp \
|
||||
TypeSelectionItemModel.cpp \
|
||||
MasterController.cpp \
|
||||
ParamTypeDelegate.cpp \
|
||||
OpenDatabase.cpp \
|
||||
|
|
@ -61,33 +61,33 @@ PgTypeContainer.cpp \
|
|||
HEADERS += \
|
||||
sqlparser.h \
|
||||
PgsqlConn.h \
|
||||
queryresultmodel.h \
|
||||
QueryResultModel.h \
|
||||
sqlhighlighter.h \
|
||||
queryexplainmodel.h \
|
||||
explaintreemodelitem.h \
|
||||
ASyncDBConnection.h \
|
||||
QueryExplainModel.h \
|
||||
ExplainTreeModelItem.h \
|
||||
ASyncDBConnection.h \
|
||||
tsqueue.h \
|
||||
win32event.h \
|
||||
waithandlelist.h \
|
||||
csvwriter.h \
|
||||
databasewindow.h \
|
||||
ConnectionManagerWindow.h \
|
||||
ConnectionListModel.h \
|
||||
ConnectionConfig.h \
|
||||
scopeguard.h \
|
||||
expected.h \
|
||||
querytab.h \
|
||||
CsvWriter.h \
|
||||
DatabaseWindow.h \
|
||||
ConnectionManagerWindow.h \
|
||||
ConnectionListModel.h \
|
||||
ConnectionConfig.h \
|
||||
ScopeGuard.h \
|
||||
Expected.h \
|
||||
QueryTab.h \
|
||||
stopwatch.h \
|
||||
util.h \
|
||||
databaseinspectorwidget.h \
|
||||
PgType.h \
|
||||
pgsqldatabasecatalogue.h \
|
||||
PgTypeContainer.h \
|
||||
tuplesresultwidget.h \
|
||||
pgnamespace.h \
|
||||
pgclass.h \
|
||||
backupdialog.h \
|
||||
typeselectionitemmodel.h \
|
||||
DatabaseInspectorWidget.h \
|
||||
PgType.h \
|
||||
PgsqlDatabaseCatalogue.h \
|
||||
PgTypeContainer.h \
|
||||
TuplesResultWidget.h \
|
||||
PgNamespace.h \
|
||||
PgClass.h \
|
||||
BackupDialog.h \
|
||||
TypeSelectionItemModel.h \
|
||||
MasterController.h \
|
||||
ParamTypeDelegate.h \
|
||||
OpenDatabase.h \
|
||||
|
|
@ -103,12 +103,12 @@ PgTypeContainer.h \
|
|||
PgContainer.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
databasewindow.ui \
|
||||
ConnectionManagerWindow.ui \
|
||||
databaseinspectorwidget.ui \
|
||||
tuplesresultwidget.ui \
|
||||
querytab.ui \
|
||||
backupdialog.ui \
|
||||
DatabaseWindow.ui \
|
||||
ConnectionManagerWindow.ui \
|
||||
DatabaseInspectorWidget.ui \
|
||||
TuplesResultWidget.ui \
|
||||
QueryTab.ui \
|
||||
BackupDialog.ui \
|
||||
ServerWindow.ui
|
||||
|
||||
RESOURCES += \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue