mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
code to embed webUI server in the main executable (initial version, not yet working)
This commit is contained in:
parent
aabba04be9
commit
6603dbd913
17 changed files with 355 additions and 111 deletions
|
@ -44,7 +44,7 @@
|
|||
#include "gui/common/FloatingHelpBrowser.h"
|
||||
#include "gui/common/RSElidedItemDelegate.h"
|
||||
|
||||
#ifdef ENABLE_WEBUI
|
||||
#ifdef RS_WEBUI
|
||||
# include "WebuiPage.h"
|
||||
#endif
|
||||
|
||||
|
@ -164,9 +164,9 @@ SettingsPage::initStackedWidget()
|
|||
addPage(new AppearancePage()); // APPEARENCE
|
||||
addPage(new SoundPage() ); // SOUND
|
||||
addPage(new ServicePermissionsPage() ); // PERMISSIONS
|
||||
#ifdef ENABLE_WEBUI
|
||||
#ifdef RS_WEBUI
|
||||
addPage(new WebuiPage() );
|
||||
#endif // ENABLE_WEBUI
|
||||
#endif
|
||||
|
||||
#ifdef RS_JSONAPI
|
||||
addPage(new JsonApiPage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue