Part Number: AM3358
Tool/software: Linux
Goodmorning,
I'm using a beaglebone black and I've succesfully create SDK with command MACHINE=am335x-evm bitbake meta-toolchain-arago-tisdk. Unfortunately, as I open a QML project in QtCreator,I get the following errors:
import QtQuick.Window 2.2 // QML module not found.
import QtQuick.VirtualKeyboard 2.2 // QML module not found.
import QtQuick.VirtualKeyboard.Settings 2.2 // QML module not found.
I could find these modules in ../arago-2018.04/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/qt5/qml, consequently a solution that I found was to add export QML_IMPORT_PATH=/opt/arago-2018.04/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/qt5/qml in environment-setup file. However such solution is not feasible because I should export every existing plugin subfolder. In fact, adding this line I sorted out the QtQuick.Window problem but not VirtualKeyboard errors since they are contained in subfolders.
Isn't there a recipe setting that can sort out the problem in a more efficient way?
Thank you.
