I’ve got the qml gesture module in my \mingw48_32\imports\Qt\labs\gestures\ folder named “qmlgesturesplugin.dll” and “qmlgesturesplugind.dll” but it looks like my compiler can’t find it. The output of my programm:
module “Qt.labs.gestures” is not installed”
and the general output(In german):
Modul-Pfad: C:/Qt/5.2.1/msvc2012/qml/QtQuick/Dialogs/Private
enthält keine Informationen über die in Plugins verwendeten Komponenten.
Siehe dazu auch "Using QML Modules with Plugins" in der Dokumentation.
Die automatische Ausgabe der Typen des QML-Modules schlug fehl.
Fehler:
"C:\Qt\5.2.1\mingw48_32\bin\qmlplugindump.exe" gab den Rückgabewert 3 zurück.
Argumente: -relocatable QtQuick.Dialogs.Private 1.1 C:/Qt/5.2.1/msvc2012/qml
QQmlComponent: Component is not ready
"file:///C:/Qt/5.2.1/msvc2012/qml/loadqtquick2.qml:1:1: plugin cannot be loaded for module "QtQuick": Cannot load library C:/Qt/5.2.1/msvc2012/qml/QtQuick.2/qtquick2plugin.dll: Die angegebene Prozedur wurde nicht gefunden."
↧