android .pro fix
This commit is contained in:
parent
eb497be730
commit
133a3e67d2
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
TEMPLATE = subdirs
|
||||
SUBDIRS = client service platform
|
||||
SUBDIRS = client
|
||||
|
||||
!ios:!android {
|
||||
SUBDIRS += service platform
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
!ios {
|
||||
!ios:!android {
|
||||
TEMPLATE=subdirs
|
||||
CONFIG += ordered
|
||||
include(common.pri)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue