Correctly link to OpenSSL library

remotes/origin/falkon
nowrep 13 years ago
parent 0927bf0cb7
commit 31d906b75b
  1. 5
      src/lib/lib.pro

@ -497,6 +497,7 @@ isEqual(QT_MAJOR_VERSION, 5) {
INSTALLS += target
!contains(DEFINES, NO_X11):LIBS += -lX11
LIBS += -lcrypto
RESOURCES -= data/certs.qrc
}
@ -515,11 +516,9 @@ mac {
webview/macwebviewscroller.cpp
RESOURCES -= data/certs.qrc
LIBS += -framework CoreServices
LIBS += -lcrypto -framework CoreServices
}
LIBS += -lcrypto
message(===========================================)
message( Using following defines:)
message( $$DEFINES)

Loading…
Cancel
Save