mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
moved gxsforumitems to rsitems/
This commit is contained in:
parent
449a4209d9
commit
f6e59f7dee
4 changed files with 3 additions and 3 deletions
|
@ -803,10 +803,10 @@ SOURCES += services/p3gxscircles.cc \
|
||||||
# GxsForums Service
|
# GxsForums Service
|
||||||
HEADERS += retroshare/rsgxsforums.h \
|
HEADERS += retroshare/rsgxsforums.h \
|
||||||
services/p3gxsforums.h \
|
services/p3gxsforums.h \
|
||||||
serialiser/rsgxsforumitems.h
|
rsitems/rsgxsforumitems.h
|
||||||
|
|
||||||
SOURCES += services/p3gxsforums.cc \
|
SOURCES += services/p3gxsforums.cc \
|
||||||
serialiser/rsgxsforumitems.cc \
|
rsitems/rsgxsforumitems.cc \
|
||||||
|
|
||||||
# GxsChannels Service
|
# GxsChannels Service
|
||||||
HEADERS += retroshare/rsgxschannels.h \
|
HEADERS += retroshare/rsgxschannels.h \
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "services/p3gxsforums.h"
|
#include "services/p3gxsforums.h"
|
||||||
#include "serialiser/rsgxsforumitems.h"
|
#include "rsitems/rsgxsforumitems.h"
|
||||||
|
|
||||||
#include <retroshare/rsidentity.h>
|
#include <retroshare/rsidentity.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue