mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Merge remote-tracking branch 'origin/feature/develop-and' into develop
Add support android build
This commit is contained in:
@ -22,10 +22,16 @@ core_ios {
|
||||
CONFIG += bundle_dylibs
|
||||
}
|
||||
|
||||
include(../Common/3dParty/icu/icu.pri)
|
||||
core_android {
|
||||
CONFIG += core_disable_icu
|
||||
SOURCES += UnicodeConverter_internal_android.cpp
|
||||
}
|
||||
|
||||
!core_disable_icu {
|
||||
include(../Common/3dParty/icu/icu.pri)
|
||||
|
||||
SOURCES += \
|
||||
UnicodeConverter.cpp
|
||||
UnicodeConverter.cpp
|
||||
|
||||
HEADERS +=\
|
||||
UnicodeConverter.h
|
||||
|
||||
Reference in New Issue
Block a user