Browse Source

QMake: Raise minimal macOS target version

adaptive-webui-19844
Vladimir Golovnev (Glassez) 4 years ago
parent
commit
4d349f5f81
No known key found for this signature in database
GPG Key ID: 52A2C7DEE2DFA6F7
  1. 2
      macxconf.pri

2
macxconf.pri

@ -7,6 +7,8 @@ else { @@ -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

Loading…
Cancel
Save