mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 16:37:44 +08:00
Fix build x2t example for mac
This commit is contained in:
@ -174,3 +174,6 @@ core_windows {
|
||||
}
|
||||
########################################################
|
||||
|
||||
core_mac | core_ios {
|
||||
LIBS += -framework Security
|
||||
}
|
||||
|
||||
@ -73,7 +73,3 @@ include(X2tConverter.pri)
|
||||
HEADERS += ../../src/dylib/x2t.h
|
||||
SOURCES += ../../src/dylib/x2t.cpp
|
||||
}
|
||||
|
||||
core_mac | core_ios {
|
||||
LIBS += -framework Security
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user