mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fixed .pro for working with the latest OS X development tools.
This commit is contained in:
parent
cfb0330026
commit
206365f027
@ -7,8 +7,7 @@ DEPENDPATH += . \
|
|||||||
release
|
release
|
||||||
|
|
||||||
DEFINES += NOMINMAX YACREADER
|
DEFINES += NOMINMAX YACREADER
|
||||||
QMAKE_MAC_SDK = macosx10.11
|
QMAKE_MAC_SDK = macosx10.12
|
||||||
QMAKE_MAC_SDK = macosx10.11
|
|
||||||
|
|
||||||
#load default build flags
|
#load default build flags
|
||||||
include (../config.pri)
|
include (../config.pri)
|
||||||
@ -197,7 +196,6 @@ SOURCES += ../common/comic.cpp \
|
|||||||
../common/library_item.cpp \
|
../common/library_item.cpp \
|
||||||
yacreader_local_client.cpp \
|
yacreader_local_client.cpp \
|
||||||
../common/http_worker.cpp \
|
../common/http_worker.cpp \
|
||||||
../common/pdf_comic.cpp \
|
|
||||||
../common/yacreader_global.cpp \
|
../common/yacreader_global.cpp \
|
||||||
../common/yacreader_global_gui.cpp \
|
../common/yacreader_global_gui.cpp \
|
||||||
../common/exit_check.cpp \
|
../common/exit_check.cpp \
|
||||||
|
@ -14,7 +14,7 @@ INCLUDEPATH += ../common \
|
|||||||
./comic_vine/model
|
./comic_vine/model
|
||||||
|
|
||||||
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY
|
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY
|
||||||
QMAKE_MAC_SDK = macosx10.11
|
QMAKE_MAC_SDK = macosx10.12
|
||||||
#load default build flags
|
#load default build flags
|
||||||
include (../config.pri)
|
include (../config.pri)
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ INCLUDEPATH += ../common \
|
|||||||
../YACReaderLibrary/db
|
../YACReaderLibrary/db
|
||||||
|
|
||||||
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY QT_NO_DEBUG_OUTPUT
|
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY QT_NO_DEBUG_OUTPUT
|
||||||
QMAKE_MAC_SDK = macosx10.11
|
QMAKE_MAC_SDK = macosx10.12
|
||||||
#load default build flags
|
#load default build flags
|
||||||
#do a basic dependency check
|
#do a basic dependency check
|
||||||
include(headless_config.pri)
|
include(headless_config.pri)
|
||||||
|
Loading…
Reference in New Issue
Block a user