pgLab/Ivory.pro

45 lines
964 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2016-11-11T09:17:13
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Ivory
TEMPLATE = app
INCLUDEPATH += C:\prog\include
DEFINES += WIN32_LEAN_AND_MEAN
LIBS += c:\prog\lib\libpq.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
HEADERS += mainwindow.h \
serverproperties.h \
sqlparser.h \
PgsqlConn.h \
queryresultmodel.h \
sqlhighlighter.h \
queryexplainmodel.h \
explaintreemodelitem.h \
asyncdbconnection.h \
tsqueue.h \
win32event.h
FORMS += mainwindow.ui \
serverproperties.ui