Fix compile on FreeBSD with spnav

If spnav is installed on a FreeBSD system, it will be detected,
but the build will fail.  With this change, it both builds
successfully and works on FreeBSD.
This commit is contained in:
Stephen Hurd
2024-11-30 14:36:20 -05:00
committed by wwmayer
parent 0bdb8a0e22
commit 9749a07130

View File

@@ -33,7 +33,7 @@
#if defined(_USE_3DCONNEXION_SDK) || defined(SPNAV_FOUND)
#if defined(Q_OS_LINUX)
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
#if defined(SPNAV_USE_X11)
#include "3Dconnexion/GuiNativeEventLinuxX11.h"
#else