From 8ee13419b595746a351de50848de6556d0b2bace Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 4 Jan 2012 12:09:02 +0000 Subject: [PATCH] Fixing missing libs on Linux. --- connectivity.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity.pro b/connectivity.pro index f05fa44e..e72693ba 100644 --- a/connectivity.pro +++ b/connectivity.pro @@ -83,7 +83,7 @@ unix : !mac { kFreeBSD = $$find(UNAME, "kFreeBSD") LIBS += $$BOOST_LIBS - LIBS += -lgsasl + LIBS += -lgsasl -lgcrypt -lidn POST_TARGETDEPS += ./lib/libpokerth_protocol.a