mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Include pgAdmin4.h in the project file.
This commit is contained in:
parent
7a066ec4b2
commit
467d7d571b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user