From 2d61781e3b7dd8a6c8c71bb15070064b555d1762 Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 23 Apr 2012 20:50:51 +0000 Subject: [PATCH] Adding libidn to android port. --- pokerth_game.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 50bde975..9467f006 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -485,7 +485,7 @@ unix:!mac { !count(BOOST_LIBS, 5):error("Unable to find boost libraries in PREFIX=$${PREFIX}/armv5") LIBS += -ltinyxml LIBS += $$BOOST_LIBS - LIBS += -lgsasl + LIBS += -lgsasl -lidn LIBS += -lssl -lcrypto -lgcrypt -lgpg-error } TARGETDEPS += ./lib/libpokerth_lib.a \