android .pro fix

This commit is contained in:
pokamest 2021-09-30 16:06:35 +03:00
parent eb497be730
commit 133a3e67d2
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
TEMPLATE = subdirs TEMPLATE = subdirs
SUBDIRS = client service platform SUBDIRS = client
!ios:!android {
SUBDIRS += service platform
}

View file

@ -1,4 +1,4 @@
!ios { !ios:!android {
TEMPLATE=subdirs TEMPLATE=subdirs
CONFIG += ordered CONFIG += ordered
include(common.pri) include(common.pri)