[Interest] QML-plugins problems, pragmatic development questions

2013-09-06 Thread Charley Bay
I'm having a lot of trouble importing my C++ plugins into my QML files (Win7, Qt5.1.1). With many configurations that I think should work, the import MyPlugin 1.0 within a QML file generates the runtime error message (at the `qmlscene` command line, or within QtCreator): module MyPlugin is not

Re: [Interest] QML-plugins problems, pragmatic development questions

2013-09-06 Thread Alan Alpert
I don't deploy on Windows, but on a related note when I deploy plugins for my mobile apps I usually just set the QML2_IMPORT_PATH to my application directory and install my plugins there. So the application is run like QML2_IMPORT_PATH=appdir appbinary and the appdir looks like: appdir/appbinary