Set minimum macosx version to 10.9.

This commit is contained in:
Sergey Magidovich 2016-09-27 16:51:40 +03:00
parent 52bd7f1904
commit 6cc2cc5d8d

View file

@ -2,6 +2,9 @@
#
# To use it, define ROOT_DIR variable and include($$ROOT_DIR/common.pri)
# We use some library features that were introduced in Mac OS X 10.8.
# Qt5.6.x sets target OS X version to 10.7 which leads to compile errors.
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
CONFIG(map_designer) {
DEFINES *= STANDALONE_APP