mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
Fix glitches on M1.
Fix leaks on SDK searches. Switch off misleading wasapi errors.
This commit is contained in:
parent
1614495cbe
commit
a17f7fbd7a
2 changed files with 4 additions and 1 deletions
|
|
@ -29,6 +29,9 @@
|
||||||
// =============================================================================
|
// =============================================================================
|
||||||
|
|
||||||
int main (int argc, char *argv[]) {
|
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);
|
AppController controller(argc, argv);
|
||||||
#ifdef QT_QML_DEBUG
|
#ifdef QT_QML_DEBUG
|
||||||
QQmlDebuggingEnabler enabler;
|
QQmlDebuggingEnabler enabler;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 39e64b4d48e729744c207da9c9471eec697525dd
|
Subproject commit 6e2b508e404b95d04439d2f76f0d24b36fb911d2
|
||||||
Loading…
Add table
Reference in a new issue