1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-13 10:32:11 +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 { mac {
HEADERS += other/macmenureceiver.h \ # homebrew openssl
SOURCES += other/macmenureceiver.cpp \ INCLUDEPATH += /opt/local/include
LIBS += -L/opt/local/lib
LIBS += -lcrypto -framework CoreServices LIBS += -lcrypto -framework CoreServices
} }