Browse Source
Qt6: Disable IR Sensor when compiling with Qt6
Qt6: Disable IR Sensor when compiling with Qt6
Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation errornce_cpp
6 changed files with 25 additions and 0 deletions
-
8src/yuzu/bootmanager.cpp
-
2src/yuzu/bootmanager.h
-
7src/yuzu/configuration/configure_camera.cpp
-
2src/yuzu/configuration/configure_camera.h
-
4src/yuzu/configuration/configure_input_advanced.cpp
-
2src/yuzu/main.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue