From cb477f9a29f44897b07654123e06e970380b1ae3 Mon Sep 17 00:00:00 2001 From: "Vladimir Golovnev (Glassez)" Date: Mon, 4 Jan 2021 15:07:23 +0300 Subject: [PATCH] QMake: Raise minimal macOS target version --- macxconf.pri | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macxconf.pri b/macxconf.pri index ef5e7e4f7..96bc47b3a 100644 --- a/macxconf.pri +++ b/macxconf.pri @@ -7,6 +7,8 @@ else { include(conf.pri) } +QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14 + LIBS += -framework Carbon -framework IOKit -framework AppKit QT_LANG_PATH = ../dist/qt-translations