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:
parent
a16c21b84b
commit
878cb8b950
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user