Index: linphone-app/src/components/other/desktop-tools/DesktopTools.hpp
--- linphone-app/src/components/other/desktop-tools/DesktopTools.hpp.orig
+++ linphone-app/src/components/other/desktop-tools/DesktopTools.hpp
@@ -23,7 +23,7 @@
 
 #include <QtGlobal>
 
-#ifdef Q_OS_LINUX
+#if defined(Q_OS_LINUX) || defined(Q_OS_OPENBSD)
   #include "DesktopToolsLinux.hpp"
 #elif defined(Q_OS_WIN)
   #include "DesktopToolsWindows.hpp"
