1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/qssl/files/patch-qssl.pro
Dima Dorfman 26b57800ed Add qssl, a Qt plugin to help applications use OpenSSL. This was
developed for net/psi, but might be useful generally.
2002-11-10 17:19:36 +00:00

10 lines
177 B
INI

--- qssl.pro~ Sun Nov 10 09:16:44 2002
+++ qssl.pro Sun Nov 10 09:16:49 2002
@@ -8,5 +8,5 @@
SOURCES = qssl.cpp
# link with OpenSSL
-LIBS += -lssl
+LIBS += -lssl -lcrypto