mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-28 02:18:08 +00:00
11 lines
196 B
Prolog
11 lines
196 B
Prolog
!ios:!android {
|
|
TEMPLATE=subdirs
|
|
CONFIG += ordered
|
|
include(common.pri)
|
|
qtservice-uselib:SUBDIRS=buildlib
|
|
SUBDIRS+=server
|
|
win32 {
|
|
SUBDIRS+=wireguard-service
|
|
}
|
|
}
|