Kyle Kienapfel ad3ee5c52b 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 error
2022-11-17 19:14:14 -08:00
..
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-08-09 05:00:37 -07:00
2022-11-09 16:58:49 -05:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-09-04 21:36:35 -04:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00