Initial project building fails on Fedora. Ignoring XDG_SESSION_TYPE=wayland on Gnome, qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "".
-
Hello, I've tryed to create new project in QtQuick with CMake. But there is an issue that I can't solve.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, webgl.
It appears every time when I build a default QtQuick project.
My settings:
CPU- Intel® Core™ i5-4670 × 4; GPU - Mesa Intel® HD Graphics 4600 (HSW GT2); System - Linux Fedora 36 x64 (Workstation Edition); GNOME version - 42.0; window interface - wayland.
I'm new on linux, help me fix this, pls.