Removed the GUI part of the links cloud from building. You can add it again with

CONFIG += use_links

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3837 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-11-20 20:58:35 +00:00
parent 56bdd3b1ea
commit 5d2a649e0a
5 changed files with 81 additions and 62 deletions

View file

@ -49,7 +49,7 @@ class PluginsPage;
class ChannelFeed;
class BandwidthGraph;
#ifndef RS_RELEASE_VERSION
#ifdef RS_USE_LINKS
class LinksDialog;
#endif
@ -80,7 +80,7 @@ public:
#ifdef BLOGS
Blogs = 8, /** Blogs page. */
#endif
#ifndef RS_RELEASE_VERSION
#ifdef RS_USE_LINKS
Links = 9, /** Links page. */
#endif
};
@ -117,7 +117,7 @@ public:
ChannelFeed *channelFeed;
Idle *idle;
#ifndef RS_RELEASE_VERSION
#ifdef RS_USE_LINKS
LinksDialog *linksDialog;
#endif