summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/nacldemoserver/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nacldemoserver/main.cpp b/tools/nacldemoserver/main.cpp
index ce8cc235ea..d6c50586b2 100644
--- a/tools/nacldemoserver/main.cpp
+++ b/tools/nacldemoserver/main.cpp
@@ -8,8 +8,8 @@ int main(int argc, char *argv[])
quint16 port = 3001;
Server server(port);
- server.addRootPath(QLibraryInfo::location(QLibraryInfo::ExamplesPath));
- server.addRootPath(QLibraryInfo::location(QLibraryInfo::DemosPath));
+ server.addRootPath("../../examples");
+ server.addRootPath("../../demos");
ServerWidget w;
w.ui->label_portMessage->setText