What plugin I’m missing? E.g. I have ./platforms/libqxcb.so plugin library correctly loaded into the app. Other plugins
./platformthemes/libqgtk2.so
./generic/*
./platforminputcontexts/*
also loaded correctly. So what plugin I’m missing when I get such logs
QQmlApplicationEngine failed to load component
qrc:///main.qml:2 module "QtQuick.Controls" is not installed
qrc:///main.qml:3 module "QtQuick.Layouts" is not installed
qrc:///main.qml:4 module "QtQuick.Layouts" is not installed
qrc:///main.qml:1 module "QtQuick" is not installed
...
↧