mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
24 lines
403 B
Prolog
24 lines
403 B
Prolog
|
|
TARGET = wireguard-service
|
||
|
|
TEMPLATE = app
|
||
|
|
CONFIG += console
|
||
|
|
CONFIG -= app_bundle
|
||
|
|
CONFIG -= qt
|
||
|
|
LIBS += \
|
||
|
|
-luser32 \
|
||
|
|
-lrasapi32 \
|
||
|
|
-lshlwapi \
|
||
|
|
-liphlpapi \
|
||
|
|
-lws2_32 \
|
||
|
|
-liphlpapi \
|
||
|
|
-lgdi32 \
|
||
|
|
-lAdvapi32 \
|
||
|
|
-lKernel32
|
||
|
|
|
||
|
|
HEADERS = \
|
||
|
|
wireguardtunnelservice.h
|
||
|
|
|
||
|
|
SOURCES = \
|
||
|
|
main.cpp \
|
||
|
|
wireguardtunnelservice.cpp
|
||
|
|
|