1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

fixed compilation with openssl from homebrew

This commit is contained in:
trnkava1 2016-03-19 13:44:48 +01:00
parent a16c21b84b
commit 878cb8b950

View File

@ -483,8 +483,9 @@ os2 {
}
mac {
HEADERS += other/macmenureceiver.h \
SOURCES += other/macmenureceiver.cpp \
# homebrew openssl
INCLUDEPATH += /opt/local/include
LIBS += -L/opt/local/lib
LIBS += -lcrypto -framework CoreServices
}