module "QtQuick.Studio.Components" is not installed
Unsolved
QML and Qt Quick
-
I created a Design file in Figma and imported it to Qt Design Studio using Qt Bridge for Figma. I was able to do it successfully. I then tried to export the .ui.qml to .qml file for my Ubuntu 22.04 application. How ever when I tried executing my QtQuick application which uses the qml file I getting this error message
module "QtQuick.Studio.Components" is not installed
For reference, I'm using Qt Enterprise License and I use Qt 5.15.15 version.
How to install the QML module module "QtQuick.Studio.Components" in Ubuntu 22.04?
Any help would be appreciated.
I tried the following link to fix the issue but it was of no help.
https://stackoverflow.com/questions/65664346/qml-module-not-found-qtquick-studio-components-1-0
The file structure in the installed version of Qt in Ubuntu 22.04 was different.