2016-12-26 16:06:55 +01:00
|
|
|
#-------------------------------------------------
|
|
|
|
|
#
|
|
|
|
|
# Project created by QtCreator 2016-11-11T09:17:13
|
|
|
|
|
#
|
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
|
|
|
|
|
QT += core gui
|
|
|
|
|
|
2017-01-15 12:27:36 +01:00
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets sql
|
2016-12-26 16:06:55 +01:00
|
|
|
|
2017-01-15 12:58:41 +01:00
|
|
|
TARGET = pglab
|
2016-12-26 16:06:55 +01:00
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
|
|
INCLUDEPATH += C:\prog\include
|
2017-01-08 15:16:16 +01:00
|
|
|
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX
|
2017-01-14 20:07:12 +01:00
|
|
|
LIBS += c:\prog\lib\libpq.lib User32.lib ws2_32.lib
|
2016-12-26 16:06:55 +01:00
|
|
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
|
|
|
mainwindow.cpp \
|
|
|
|
|
sqlparser.cpp \
|
|
|
|
|
PgsqlConn.cpp \
|
|
|
|
|
queryresultmodel.cpp \
|
2016-12-29 13:48:35 +01:00
|
|
|
sqlhighlighter.cpp \
|
|
|
|
|
jsoncpp.cpp \
|
|
|
|
|
queryexplainmodel.cpp \
|
2017-01-03 07:22:36 +01:00
|
|
|
explaintreemodelitem.cpp \
|
|
|
|
|
asyncdbconnection.cpp \
|
|
|
|
|
tsqueue.cpp \
|
2017-01-06 07:23:40 +01:00
|
|
|
win32event.cpp \
|
2017-01-13 19:09:58 +01:00
|
|
|
waithandlelist.cpp \
|
2017-01-14 20:07:12 +01:00
|
|
|
csvwriter.cpp \
|
|
|
|
|
databasewindow.cpp \
|
|
|
|
|
connectionmanagerwindow.cpp \
|
|
|
|
|
connectionlistmodel.cpp \
|
2017-01-17 19:04:47 +01:00
|
|
|
connectionconfig.cpp \
|
2017-01-18 20:48:31 +01:00
|
|
|
backuprestore.cpp \
|
2017-01-21 18:16:57 +01:00
|
|
|
querytab.cpp \
|
|
|
|
|
stopwatch.cpp \
|
2017-01-25 06:54:21 +01:00
|
|
|
util.cpp \
|
|
|
|
|
databaseinspectorwidget.cpp \
|
|
|
|
|
pgtype.cpp \
|
|
|
|
|
pgsqldatabasecatalogue.cpp \
|
|
|
|
|
pgtypecontainer.cpp \
|
2017-02-01 18:01:02 +01:00
|
|
|
tuplesresultwidget.cpp \
|
|
|
|
|
pgnamespace.cpp \
|
|
|
|
|
pgclass.cpp \
|
|
|
|
|
backupdialog.cpp \
|
|
|
|
|
paramlistmodel.cpp \
|
|
|
|
|
paramtypedelegate.cpp \
|
|
|
|
|
typeselectionitemmodel.cpp \
|
|
|
|
|
opendatabase.cpp \
|
|
|
|
|
MasterController.cpp
|
2016-12-26 16:06:55 +01:00
|
|
|
|
|
|
|
|
HEADERS += mainwindow.h \
|
|
|
|
|
sqlparser.h \
|
|
|
|
|
PgsqlConn.h \
|
|
|
|
|
queryresultmodel.h \
|
2016-12-29 13:48:35 +01:00
|
|
|
sqlhighlighter.h \
|
|
|
|
|
queryexplainmodel.h \
|
2017-01-03 07:22:36 +01:00
|
|
|
explaintreemodelitem.h \
|
|
|
|
|
asyncdbconnection.h \
|
|
|
|
|
tsqueue.h \
|
2017-01-06 07:23:40 +01:00
|
|
|
win32event.h \
|
2017-01-13 19:09:58 +01:00
|
|
|
waithandlelist.h \
|
2017-01-14 20:07:12 +01:00
|
|
|
csvwriter.h \
|
|
|
|
|
databasewindow.h \
|
|
|
|
|
connectionmanagerwindow.h \
|
|
|
|
|
connectionlistmodel.h \
|
2017-01-15 12:27:36 +01:00
|
|
|
connectionconfig.h \
|
|
|
|
|
scopeguard.h \
|
2017-01-18 20:48:31 +01:00
|
|
|
expected.h \
|
2017-01-21 18:16:57 +01:00
|
|
|
querytab.h \
|
|
|
|
|
stopwatch.h \
|
2017-01-25 06:54:21 +01:00
|
|
|
util.h \
|
|
|
|
|
databaseinspectorwidget.h \
|
|
|
|
|
pgtype.h \
|
|
|
|
|
pgsqldatabasecatalogue.h \
|
|
|
|
|
pgtypecontainer.h \
|
2017-02-01 18:01:02 +01:00
|
|
|
tuplesresultwidget.h \
|
|
|
|
|
pgnamespace.h \
|
|
|
|
|
pgclass.h \
|
|
|
|
|
backupdialog.h \
|
|
|
|
|
paramlistmodel.h \
|
|
|
|
|
paramtypedelegate.h \
|
|
|
|
|
typeselectionitemmodel.h \
|
|
|
|
|
opendatabase.h \
|
|
|
|
|
MasterController.h
|
2016-12-26 16:06:55 +01:00
|
|
|
|
|
|
|
|
FORMS += mainwindow.ui \
|
2017-01-14 20:07:12 +01:00
|
|
|
databasewindow.ui \
|
2017-01-18 20:48:31 +01:00
|
|
|
connectionmanagerwindow.ui \
|
2017-01-25 06:54:21 +01:00
|
|
|
databaseinspectorwidget.ui \
|
|
|
|
|
tuplesresultwidget.ui \
|
2017-02-01 18:01:02 +01:00
|
|
|
querytab.ui \
|
|
|
|
|
backupdialog.ui
|
2017-01-15 13:49:17 +01:00
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
|
resources.qrc
|