#------------------------------------------------- # # Project created by QtCreator 2016-11-11T09:17:13 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets sql TARGET = pglab TEMPLATE = app INCLUDEPATH += C:\prog\include DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX LIBS += c:\prog\lib\libpq.lib User32.lib ws2_32.lib SOURCES += main.cpp\ mainwindow.cpp \ serverproperties.cpp \ sqlparser.cpp \ PgsqlConn.cpp \ queryresultmodel.cpp \ sqlhighlighter.cpp \ jsoncpp.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 \ dbschema_database.cpp \ querytab.cpp \ stopwatch.cpp \ util.cpp \ databaseinspectorwidget.cpp \ pgtype.cpp \ pgsqldatabasecatalogue.cpp \ pgtypecontainer.cpp \ tuplesresultwidget.cpp \ pgnamespace.cpp \ pgclass.cpp \ backupdialog.cpp \ paramlistmodel.cpp \ paramtypedelegate.cpp \ typeselectionitemmodel.cpp \ opendatabase.cpp \ MasterController.cpp HEADERS += mainwindow.h \ serverproperties.h \ sqlparser.h \ PgsqlConn.h \ queryresultmodel.h \ sqlhighlighter.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 \ dbschema_database.h \ querytab.h \ stopwatch.h \ util.h \ databaseinspectorwidget.h \ pgtype.h \ pgsqldatabasecatalogue.h \ pgtypecontainer.h \ tuplesresultwidget.h \ pgnamespace.h \ pgclass.h \ backupdialog.h \ paramlistmodel.h \ paramtypedelegate.h \ typeselectionitemmodel.h \ opendatabase.h \ MasterController.h FORMS += mainwindow.ui \ serverproperties.ui \ databasewindow.ui \ connectionmanagerwindow.ui \ databaseinspectorwidget.ui \ tuplesresultwidget.ui \ querytab.ui \ backupdialog.ui RESOURCES += \ resources.qrc