blob: 8f15b7405ecb0a3bd2b50b26b097cd5853d17a3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/util/settings/connection_client.cc.orig 2019-06-14 02:37:34 UTC
+++ src/util/settings/connection_client.cc
@@ -202,6 +202,8 @@ QString serverScriptDefault() {
server_script = qApp->applicationDirPath() + "/../veles-server/srv.py";
#elif defined(Q_OS_LINUX)
server_script = qApp->applicationDirPath() + "/../share/veles-server/srv.py";
+#elif defined(Q_OS_FREEBSD)
+ server_script = qApp->applicationDirPath() + "/veles-server";
#elif defined(Q_OS_MAC)
server_script =
qApp->applicationDirPath() + "/../Resources/veles-server/srv.py";
|