Linking QML plugins statically
QML and Qt Quick
2
Posts
1
Posters
3.7k
Views
1
Watching
-
wrote on 30 Oct 2010, 15:44 last edited by
I'm trying to use a Qml plugin by linking it statically. I've gone through the steps that one usually follows for static plugins in Qt, but Declarative is failing to find/register the plugin. Anyone done this before? How?
-
wrote on 31 Oct 2010, 09:23 last edited by
Didn't find a way that works for linking static plugins. However, you can include the plugin source in your project and use qmlRegisterType().
1/2