QMake: Raise minimal macOS target version

This commit is contained in:
Vladimir Golovnev (Glassez) 2021-01-04 15:07:23 +03:00
parent ee5fe424e8
commit 4d349f5f81
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7

View file

@ -7,6 +7,8 @@ else {
include(conf.pri) include(conf.pri)
} }
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14
LIBS += -framework Carbon -framework IOKit -framework AppKit LIBS += -framework Carbon -framework IOKit -framework AppKit
QT_LANG_PATH = ../dist/qt-translations QT_LANG_PATH = ../dist/qt-translations