update final code and cmake build file
This commit is contained in:
parent
d24dd5236b
commit
3ae3110ec0
5 changed files with 43 additions and 12 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include "core/errorstrings.h"
|
||||
#include "vpnprotocol.h"
|
||||
|
||||
#if defined(Q_OS_WINDOWS) || defined(Q_OS_MACX) || (defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID))
|
||||
#if defined(Q_OS_WINDOWS) || defined(Q_OS_MACX) and !defined MACOS_NE || (defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID))
|
||||
#include "openvpnovercloakprotocol.h"
|
||||
#include "openvpnprotocol.h"
|
||||
#include "shadowsocksvpnprotocol.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue