FeedReader plugin:

- fixed compile on Linux
- added compatibility with iconv

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5378 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-04 01:15:40 +00:00
parent d220e14c4a
commit f710dba2c6
5 changed files with 36 additions and 42 deletions

View file

@ -30,6 +30,14 @@ TARGET = FeedReader
RESOURCES = gui/FeedReader_images.qrc \
lang/lang.qrc
linux-* {
LIBXML2_DIR = /usr/include/libxml2
INCLUDEPATH += $${LIBXML2_DIR}
LIBS += -lcurl -lxml2
}
win32 {
DEFINES += CURL_STATICLIB