updated linux build
This commit is contained in:
parent
26524dd93a
commit
9997fa8f3e
24 changed files with 3257 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue