mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07: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
|
|
}
|