mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
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:
parent
d220e14c4a
commit
f710dba2c6
5 changed files with 36 additions and 42 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue