check

Change-Id: Ic15935035fd530425976228077aad3c6f7c560af
diff --git a/gui/chronosharegui.cpp b/gui/chronosharegui.cpp
index 8d811e8..bbd0286 100644
--- a/gui/chronosharegui.cpp
+++ b/gui/chronosharegui.cpp
@@ -36,7 +36,8 @@
 
 static const string HTTP_SERVER_ADDRESS = "localhost";
 static const string HTTP_SERVER_PORT = "9001";
-static const string DOC_ROOT = ":/html";
+//static const string DOC_ROOT = ":/html";
+static const string DOC_ROOT = "gui/html";
 static const QString ICON_PICTURE_QSTRING(":/images/friends-group-icon.png");
 
 INIT_LOGGER ("Gui");