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)