project rename to pglab

This commit is contained in:
Eelke Klein 2017-01-15 12:58:41 +01:00
parent 7181c7f1e7
commit ef620489ee

View file

@ -8,7 +8,7 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets sql greaterThan(QT_MAJOR_VERSION, 4): QT += widgets sql
TARGET = Ivory TARGET = pglab
TEMPLATE = app TEMPLATE = app
INCLUDEPATH += C:\prog\include INCLUDEPATH += C:\prog\include
@ -33,7 +33,7 @@ SOURCES += main.cpp\
databasewindow.cpp \ databasewindow.cpp \
connectionmanagerwindow.cpp \ connectionmanagerwindow.cpp \
connectionlistmodel.cpp \ connectionlistmodel.cpp \
connectionconfig.cpp connectionconfig.cpp
HEADERS += mainwindow.h \ HEADERS += mainwindow.h \
serverproperties.h \ serverproperties.h \