From 8db5f4a87ee61d0058710bfea7c21f6e2ea3ebd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sun, 30 Mar 2025 12:42:27 +0200 Subject: [PATCH] Add comment why Vive Pro Eye support is disabled. --- plugins/openvr/src/ViveControllerManager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/openvr/src/ViveControllerManager.h b/plugins/openvr/src/ViveControllerManager.h index 95cc457ebb..4a517f27f5 100644 --- a/plugins/openvr/src/ViveControllerManager.h +++ b/plugins/openvr/src/ViveControllerManager.h @@ -26,6 +26,7 @@ #include "OpenVrHelpers.h" #ifdef Q_OS_WIN +// Disabled Vive Pro Eye support, because SRanipal isn't packaged in Conan. // #define VIVE_PRO_EYE #endif