From 9ee5ed4dd9407dfa756a00ba565c85c9192fa002 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 7 Nov 2012 19:54:40 +0100 Subject: [PATCH] Android build needs to use protobuf-lite for Android 2.2 compatibility. --- pokerth_game.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index a576ac5a..8c1686ca 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -508,7 +508,7 @@ unix:!mac { LIBS += -ltinyxml LIBS += $$BOOST_LIBS LIBS += -lgsasl -lidn - LIBS += -lssl -lcrypto -lgcrypt -lgpg-error -lprotobuf + LIBS += -lssl -lcrypto -lgcrypt -lgpg-error -lprotobuf-lite } TARGETDEPS += ./lib/libpokerth_lib.a \ ./lib/libpokerth_db.a \