You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXTRA_QT_PLUGINS uses ; as separator, the problem is that cmake breaks it with spaces when using it. EXTRA_QT_PLUGINS=multimedia;svg turns into EXTRA_QT_PLUGINS=multimedia svg with or without double quotes or single quotes.
moving to : fixes the problem.