From 133a3e67d2c95296dd3d93637d289f3204a48fa1 Mon Sep 17 00:00:00 2001 From: pokamest Date: Thu, 30 Sep 2021 16:06:35 +0300 Subject: [PATCH] android .pro fix --- AmneziaVPN.pro | 5 ++++- service/service.pro | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AmneziaVPN.pro b/AmneziaVPN.pro index c6371ac3..449297e3 100644 --- a/AmneziaVPN.pro +++ b/AmneziaVPN.pro @@ -1,3 +1,6 @@ TEMPLATE = subdirs -SUBDIRS = client service platform +SUBDIRS = client +!ios:!android { + SUBDIRS += service platform +} diff --git a/service/service.pro b/service/service.pro index 333243ce..7fd85af1 100644 --- a/service/service.pro +++ b/service/service.pro @@ -1,4 +1,4 @@ -!ios { +!ios:!android { TEMPLATE=subdirs CONFIG += ordered include(common.pri)