Fix build x2t example for mac

This commit is contained in:
Oleg.Korshul
2026-05-25 13:29:12 +03:00
parent f7e17d0080
commit 7fe4efbb54
2 changed files with 3 additions and 4 deletions

View File

@ -174,3 +174,6 @@ core_windows {
}
########################################################
core_mac | core_ios {
LIBS += -framework Security
}

View File

@ -73,7 +73,3 @@ include(X2tConverter.pri)
HEADERS += ../../src/dylib/x2t.h
SOURCES += ../../src/dylib/x2t.cpp
}
core_mac | core_ios {
LIBS += -framework Security
}