Android build needs to use protobuf-lite for Android 2.2 compatibility.

This commit is contained in:
lotodore
2012-11-07 19:54:40 +01:00
parent 44483d7639
commit 9ee5ed4dd9
+1 -1
View File
@@ -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 \