diff --git a/X2tConverter/build/Qt/X2tConverter.pri b/X2tConverter/build/Qt/X2tConverter.pri index 2a655e82a8..95911c656c 100644 --- a/X2tConverter/build/Qt/X2tConverter.pri +++ b/X2tConverter/build/Qt/X2tConverter.pri @@ -174,3 +174,6 @@ core_windows { } ######################################################## +core_mac | core_ios { + LIBS += -framework Security +} diff --git a/X2tConverter/build/Qt/X2tConverter.pro b/X2tConverter/build/Qt/X2tConverter.pro index a60865f909..1a8dfa83bf 100644 --- a/X2tConverter/build/Qt/X2tConverter.pro +++ b/X2tConverter/build/Qt/X2tConverter.pro @@ -73,7 +73,3 @@ include(X2tConverter.pri) HEADERS += ../../src/dylib/x2t.h SOURCES += ../../src/dylib/x2t.cpp } - -core_mac | core_ios { - LIBS += -framework Security -}