How to handle plugins for 2.0 on linux?
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
import QtQuick 2.1
import QtQuick.Controls 1.0
import QtQuick.Layouts 1.0
import MuseScore 1.0
In reply to Import section of the .qml by TromboRafi
Hello TromboRafi,
What do you mean by
"import QtQuick 2.1
import QtQuick.Controls 1.0
import QtQuick.Layouts 1.0
import MuseScore 1.0"
How to do it ?
Thanks
In reply to Hello TromboRafi, What do you 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)
It's a problem of the linux nightly I guess. The package should contain these QML modules.
In reply to It's a problem of the linux by [DELETED] 5
I had the same problem with a prior nightie too.
Maybe this is related to http://musescore.org/en/node/24399#comment-94844 ?