Bug fixes:

- auto install tap
- share connectionState
- service crash fix
This commit is contained in:
pokamest
2021-01-26 15:01:15 +03:00
parent a50cdd5bc2
commit 953eca6695
25 changed files with 919 additions and 89 deletions
+19
View File
@@ -8,6 +8,7 @@ HEADERS = \
../../client/utils.h \
localserver.h \
log.h \
router.h \
systemservice.h
SOURCES = \
@@ -16,8 +17,26 @@ SOURCES = \
localserver.cpp \
log.cpp \
main.cpp \
router.cpp \
systemservice.cpp
win32 {
HEADERS += \
tapcontroller_win.h
SOURCES += \
tapcontroller_win.cpp
LIBS += \
-luser32 \
-lrasapi32 \
-lshlwapi \
-liphlpapi \
-lws2_32 \
-liphlpapi \
-lgdi32
}
include(../src/qtservice.pri)
#CONFIG(release, debug|release) {