Fix glitches on M1.

Fix leaks on SDK searches.
Switch off misleading  wasapi errors.
This commit is contained in:
Julien Wadel 2022-03-11 18:57:29 +01:00
parent 1614495cbe
commit a17f7fbd7a
2 changed files with 4 additions and 1 deletions

View file

@ -29,6 +29,9 @@
// =============================================================================
int main (int argc, char *argv[]) {
#ifdef __APPLE__
qputenv("QT_ENABLE_GLYPH_CACHE_WORKAROUND", "1"); // On Mac, set this workaround to avoid glitches on M1, because of https://bugreports.qt.io/browse/QTBUG-89379
#endif
AppController controller(argc, argv);
#ifdef QT_QML_DEBUG
QQmlDebuggingEnabler enabler;

@ -1 +1 @@
Subproject commit 39e64b4d48e729744c207da9c9471eec697525dd
Subproject commit 6e2b508e404b95d04439d2f76f0d24b36fb911d2