Merge pull request #179 from sirjenster/osx

latest OSX patches.
This commit is contained in:
Cyril Soler 2015-11-21 15:08:43 -05:00
commit b2470565c3
8 changed files with 37 additions and 11 deletions

View file

@ -212,12 +212,12 @@ macx {
CONFIG += version_detail_bash_script
LIBS += -lssl -lcrypto -lz
#LIBS += -lssl -lcrypto -lz -lgpgme -lgpg-error -lassuan
LIBS += ../../../miniupnpc-1.3/libminiupnpc.a
LIBS += /usr/local/lib/libminiupnpc.a
LIBS += -framework CoreFoundation
LIBS += -framework Security
LIBS += -framework Carbon
INCLUDEPATH += . /usr/local/include
DEFINES *= MAC_IDLE # for idle feature
#DEFINES *= MAC_IDLE # for idle feature
CONFIG -= uitools
}