Include pgAdmin4.h in the project file.

This commit is contained in:
Dave Page 2013-10-04 10:09:53 -04:00
parent 7a066ec4b2
commit 467d7d571b

View File

@ -16,7 +16,8 @@ QMAKE_LFLAGS += $$system(python-config --ldflags)
# Source code
HEADERS = BrowserWindow.h \
Server.h
Server.h \
pgAdmin4.h
SOURCES = pgAdmin4.cpp \
BrowserWindow.cpp \
Server.cpp