ShadowSocks fixes for MacOS

This commit is contained in:
pokamest
2021-02-21 09:44:53 -08:00
parent a1cb4ac544
commit 8fd81be477
20 changed files with 583 additions and 482 deletions
+12 -2
View File
@@ -25,10 +25,12 @@ SOURCES = \
win32 {
HEADERS += \
tapcontroller_win.h
tapcontroller_win.h \
router_win.h
SOURCES += \
tapcontroller_win.cpp
tapcontroller_win.cpp \
router_win.cpp
LIBS += \
-luser32 \
@@ -40,6 +42,14 @@ LIBS += \
-lgdi32
}
macx {
HEADERS += \
router_mac.h
SOURCES += \
router_mac.cpp
}
include(../src/qtservice.pri)
#CONFIG(release, debug|release) {