updated linux build

This commit is contained in:
leetthewire 2021-08-04 10:08:00 -07:00
parent 26524dd93a
commit 9997fa8f3e
24 changed files with 3257 additions and 7 deletions

View file

@ -46,7 +46,7 @@ LIBS += \
macx {
HEADERS += \
router_mac.h
router_mac.h \
helper_route_mac.h
SOURCES += \
@ -54,6 +54,14 @@ SOURCES += \
helper_route_mac.c
}
linux {
HEADERS += \
router_linux.h
SOURCES += \
router_linux.cpp
}
include(../src/qtservice.pri)
#CONFIG(release, debug|release) {