#------------------------------------------------- # # 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 \ databaseoverviewform.cpp \ dbschema_database.cpp \ querytab.cpp \ stopwatch.cpp \ util.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 \ databaseoverviewform.h \ dbschema_database.h \ querytab.h \ stopwatch.h \ util.h FORMS += mainwindow.ui \ serverproperties.ui \ databasewindow.ui \ connectionmanagerwindow.ui \ databaseoverviewform.ui \ querytab.ui RESOURCES += \ resources.qrc