mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 09:05:24 -04:00
Drop libresapi and modules that depends on it
A copy of the repository freezed before this deletion to ease old code viewing is available at https://github.com/RetroShare/zz_archive_RetroShare_libresapi Removed some more cruft Temporarly disabled JSON API generation of RsWebUi methods due to compilation breakage when rs_webui is disabled, RsWebUi keeps working but cannot be restarted from JSON API
This commit is contained in:
parent
887e3ad394
commit
c73bdb83cd
963 changed files with 73 additions and 48608 deletions
|
@ -160,11 +160,9 @@ PUBLIC_HEADERS = retroshare/rsdisc.h \
|
|||
retroshare/rsgxsdistsync.h
|
||||
|
||||
rs_webui {
|
||||
rs_sonapi {
|
||||
PUBLIC_HEADERS += retroshare/rswebui.h
|
||||
SOURCES += rsserver/p3webui.cc
|
||||
HEADERS += rsserver/p3webui.h
|
||||
}
|
||||
PUBLIC_HEADERS += retroshare/rswebui.h
|
||||
SOURCES += rsserver/p3webui.cc
|
||||
HEADERS += rsserver/p3webui.h
|
||||
}
|
||||
|
||||
HEADERS += plugins/pluginmanager.h \
|
||||
|
|
|
@ -26,9 +26,10 @@ class RsWebUi;
|
|||
|
||||
/**
|
||||
* Pointer to global instance of RsWebUi service implementation
|
||||
* @jsonapi{development}
|
||||
* jsonapi_temporarly_disabled{development} because it breaks compilation when
|
||||
* webui is disabled
|
||||
*/
|
||||
extern RsWebUi* rsWebUI;
|
||||
extern RsWebUi* rsWebUi;
|
||||
|
||||
class RsWebUi
|
||||
{
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
#define DEBUG_RS_WEBUI 1
|
||||
|
||||
RsWebUi *rsWebUI = new p3WebUI;
|
||||
/*extern*/ RsWebUi* rsWebUi = new p3WebUI;
|
||||
|
||||
enum MimeTypeIndex
|
||||
{
|
||||
|
|
|
@ -39,9 +39,9 @@ bitdht {
|
|||
RAPIDJSON_AVAILABLE = $$system(pkg-config --atleast-version 1.1 RapidJSON && echo yes)
|
||||
isEmpty(RAPIDJSON_AVAILABLE) {
|
||||
message("using built-in rapidjson")
|
||||
INCLUDEPATH *= $$clean_path($${PWD}/../../rapidjson-1.1.0)
|
||||
INCLUDEPATH *= $$clean_path($${PWD}/../../supportlibs/rapidjson/include)
|
||||
} else {
|
||||
message("using systems rapidjson")
|
||||
message("using system rapidjson")
|
||||
DEFINES *= HAS_RAPIDJSON
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue