This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM335X: Arago QTquick.controls

Part Number: PROCESSOR-SDK-AM335X


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

  • Hello Marc,

    Please, try these variants.

    Best regards,
    Kemal

  • Hi Kemal,

    If i add PACKAGECONFIG_append = " accessibility" to my conf file i get this:


    ../../../../git/config.tests/qpa/egl-x11/egl-x11.cpp
    | ../../../../git/config.tests/qpa/egl-x11/egl-x11.cpp:35:21: fatal error: xcb/xcb.h: No such file or directory
    | compilation terminated.
    | Makefile:177: recipe for target 'egl-x11.o' failed
    | make: *** [egl-x11.o] Error 1
    | EGL-X11 disabled.
    | No QPA platform plugin enabled!
    |  If you really want to build without a QPA platform plugin you must pass
    |  -no-qpa-platform-guard to configure. Doing this will
    |  produce a Qt that can not run GUI applications.
    |  The dependencies needed for xcb to build are listed in
    |  src/plugins/platforms/xcb/README
    



  • Changed PACKAGECONFIG_append = " accessibility" to PACKAGECONFIG_append_pn-qtbase = " accessibility "

    it works now

    tnx