aboutsummaryrefslogtreecommitdiff
path: root/cad/antimony/files/patch-app_app_app.cpp
blob: 9c8b86e03c9b37d94886e8484e28acd6aa3cc149 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- app/app/app.cpp.orig	2023-01-16 19:49:55 UTC
+++ app/app/app.cpp
@@ -63,6 +63,10 @@ QStringList App::nodePaths() const
     // If we're running Antimony from the build folder, use sb/nodes
     paths << applicationDirPath() + "/sb/nodes";
     paths << applicationDirPath() + "/../share/antimony/nodes";
+#elif defined Q_OS_FREEBSD
+    // If we're running Antimony from the build folder, use sb/nodes
+    paths << applicationDirPath() + "/sb/nodes";
+    paths << applicationDirPath() + "/../share/antimony/nodes";
 #elif defined Q_OS_WIN32
     // Windows only supports running from the build directory
     paths << applicationDirPath() + "/sb/nodes";