Fixed .pro for working with the latest OS X development tools.

This commit is contained in:
Luis Ángel San Martín
2017-01-13 19:00:23 +01:00
parent cfb0330026
commit 206365f027
3 changed files with 3 additions and 5 deletions

View File

@ -14,7 +14,7 @@ INCLUDEPATH += ../common \
./comic_vine/model
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY
QMAKE_MAC_SDK = macosx10.11
QMAKE_MAC_SDK = macosx10.12
#load default build flags
include (../config.pri)