Macos route add reimplemented using system call

This commit is contained in:
pokamest
2021-05-13 08:20:38 -07:00
committed by System Administrator
parent 491a09b175
commit acf878c8dd
4 changed files with 1728 additions and 13 deletions
+3 -1
View File
@@ -45,9 +45,11 @@ LIBS += \
macx {
HEADERS += \
router_mac.h
helper_route_mac.h
SOURCES += \
router_mac.cpp
router_mac.cpp \
helper_route_mac.c
}
include(../src/qtservice.pri)