mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:22:10 +02:00
fix a broken build in the domain-server
This commit is contained in:
parent
5814f9ea81
commit
6014c833ed
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ DomainServer::DomainServer(int argc, char* argv[]) :
|
||||||
struct mg_callbacks callbacks = {};
|
struct mg_callbacks callbacks = {};
|
||||||
|
|
||||||
QString documentRoot = QString("%1/resources/web").arg(QCoreApplication::applicationDirPath());
|
QString documentRoot = QString("%1/resources/web").arg(QCoreApplication::applicationDirPath());
|
||||||
qDebug("The document root is %s\n", documentRoot.toStdString());
|
qDebug("The document root is %s\n", documentRoot.toLocal8Bit().constData());
|
||||||
|
|
||||||
// list of options. Last element must be NULL.
|
// list of options. Last element must be NULL.
|
||||||
const char* options[] = {"listening_ports", "8080",
|
const char* options[] = {"listening_ports", "8080",
|
||||||
|
|
Loading…
Reference in a new issue