mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
core_ios {
|
||
|
||
INCLUDEPATH += $$PWD
|
||
|
||
LIBS += $$PWD/build/ios/lib/libSoсketRocket.a
|
||
}
|
||
|
||
core_mac {
|
||
|
||
INCLUDEPATH += $$PWD
|
||
|
||
LIBS += $$PWD/build/$$CORE_BUILDS_PLATFORM_PREFIX/lib/libSoсketRocket.a
|
||
}
|