Support running on systems without a system tray. Fixes #3316

This commit is contained in:
Akshay Joshi
2018-07-17 12:10:35 +01:00
committed by Dave Page
parent 0137cfaee3
commit 765a88addf
11 changed files with 567 additions and 212 deletions

View File

@@ -87,19 +87,23 @@ else {
}
# Source code
HEADERS = \
Server.h \
HEADERS = Server.h \
pgAdmin4.h \
ConfigWindow.h \
TrayIcon.h \
LogWindow.h
LogWindow.h \
MenuActions.h \
FloatingWindow.h
SOURCES = pgAdmin4.cpp \
Server.cpp \
ConfigWindow.cpp \
TrayIcon.cpp \
LogWindow.cpp
LogWindow.cpp \
MenuActions.cpp \
FloatingWindow.cpp
FORMS = ConfigWindow.ui \
LogWindow.ui
LogWindow.ui \
FloatingWindow.ui
ICON = pgAdmin4.icns
QMAKE_INFO_PLIST = Info.plist