Fixed build on Mac OS X with Qt 5.6. Minimally supported target is now 10.7.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-05-02 19:41:23 +03:00
parent d795d71ae4
commit 613fa5d6da
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@ unix{
# Some macx stuff
QMAKE_MAC_SDK = macosx
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
# Path to resources in app bundle
#RESOURCES_DIR = "Contents/Resources" defined in translation.pri
FRAMEWORKS_DIR = "Contents/Frameworks"

View file

@ -252,7 +252,7 @@ unix{
# Some macx stuff
QMAKE_MAC_SDK = macosx
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
# Path to resources in app bundle
#RESOURCES_DIR = "Contents/Resources" defined in translation.pri
FRAMEWORKS_DIR = "Contents/Frameworks"