Tool/software: Linux
Hello,
I'm trying to build Arago with qt quick support. So I added qtquickcontrols to my recipe. but when i execute a QT application with qtquick contros it displays the following error:
QML debugging is enabled. Only use this in a safe environment. No such plugin for spec "Auto" QQmlApplicationEngine failed to load component qrc:/main.qml:3 module "QtQuick.Dialogs" is not installed qrc:/main.qml:2 module "QtQuick.Controls" is not installed
I'm not sure whether the error wrt QtQuick.Dialogs is the root cause or a result of the missing libraries. Any suggestions that would help point me in the right direction would be much appreciated.
Regards,
Marc Welleweerd