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

@ -7,8 +7,7 @@ DEPENDPATH += . \
release
DEFINES += NOMINMAX YACREADER
QMAKE_MAC_SDK = macosx10.11
QMAKE_MAC_SDK = macosx10.11
QMAKE_MAC_SDK = macosx10.12
#load default build flags
include (../config.pri)
@ -197,7 +196,6 @@ SOURCES += ../common/comic.cpp \
../common/library_item.cpp \
yacreader_local_client.cpp \
../common/http_worker.cpp \
../common/pdf_comic.cpp \
../common/yacreader_global.cpp \
../common/yacreader_global_gui.cpp \
../common/exit_check.cpp \

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)

View File

@ -12,7 +12,7 @@ INCLUDEPATH += ../common \
../YACReaderLibrary/db
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY QT_NO_DEBUG_OUTPUT
QMAKE_MAC_SDK = macosx10.11
QMAKE_MAC_SDK = macosx10.12
#load default build flags
#do a basic dependency check
include(headless_config.pri)