How to handle plugins for 2.0 on linux?

• Feb 8, 2014 - 17:26

I downloaded the latest nightie to my ubuntu box and copied the plugins folder from my windows installation. I then pointed musescore 2.0 nightie to the plugin folder, and all the plugins were shown in the plugin manager.
However, they do not execute in the Plugin Creator! Whenever I try to run a plugin, I get:
creating component failed
line 2: module "QtQuick.Controls" is not installed
line 3: module "QtQuick.Layouts" is not installed
line 2: module "QtQuick.Controls" is not installed
line 3: module "QtQuick.Layouts" is not installed
Do I have missing dependencies?


Comments

In reply to by ngux

These are statements you need at the beginning of the .qml file that contains the plugin code to avoid the problems the OP described. You also need to have these modules installed, they come as part of Qt, not as part of MuseScore (the Mac and Windows versions of MuseScore have them bundled, Linux has not)

Do you still have an unanswered question? Please log in first to post your question.