mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-09-27 12:34:14 +02:00
f2f1051914
Installs MSYS2's hidapi and turns on QET_ENABLE_SPACEMOUSE with the hidapi backend, so the Windows package reads a 3Dconnexion SpaceMouse directly over USB, with no 3Dconnexion driver (discussion #599). The existing transitive DLL scan copies libhidapi-0.dll into the package, and both installers take everything in bin/. Two checks make a silent loss fail the build instead: CMake only warns when hidapi is missing, so the exe must link against it, and the DLL must be deployed, or QElectroTech.exe would not start. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>