From 7fe4efbb54e372ada3ab4dfdc14225718963ff4b Mon Sep 17 00:00:00 2001 From: "Oleg.Korshul" Date: Mon, 25 May 2026 13:29:12 +0300 Subject: [PATCH] Fix build x2t example for mac --- X2tConverter/build/Qt/X2tConverter.pri | 3 +++ X2tConverter/build/Qt/X2tConverter.pro | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) 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 -}