Handle unix signals

This commit is contained in:
Kevin Yue
2020-02-15 23:37:30 +08:00
parent 7fa8357a1c
commit 704554d3a5
6 changed files with 264 additions and 3 deletions

View File

@@ -19,11 +19,13 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
HEADERS += \
gpservice.h
gpservice.h \
sigwatch.h
SOURCES += \
gpservice.cpp \
main.cpp
main.cpp \
sigwatch.cpp
DBUS_ADAPTORS += gpservice.xml