Files
amnezia-client/service/service.pro
T

11 lines
184 B
Prolog
Raw Normal View History

2021-09-30 16:06:35 +03:00
!ios:!android {
2021-09-15 08:03:28 -07:00
TEMPLATE=subdirs
CONFIG += ordered
include(common.pri)
qtservice-uselib:SUBDIRS=buildlib
SUBDIRS+=server
2022-01-23 15:25:53 -08:00
}
win32 {
SUBDIRS+=wireguard-service
2021-09-15 08:03:28 -07:00
}