mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
11 lines
187 B
Prolog
11 lines
187 B
Prolog
!ios {
|
|
TEMPLATE=subdirs
|
|
CONFIG += ordered
|
|
include(common.pri)
|
|
qtservice-uselib:SUBDIRS=buildlib
|
|
SUBDIRS+=server
|
|
win32 {
|
|
SUBDIRS+=wireguard-service
|
|
}
|
|
}
|