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