[Qt-qml] How to deploy a QML app with WebView on a machine without a Qt installation?

Johan Paul johan.paul at gmail.com
Thu Jun 30 08:58:59 CEST 2011


> Or are there still some tricks I can play so that QML importer would
> not look into a Qt installation dir?

Hi again,

I got it working. For future reference I can add that I had to add a
directory "QtWebKit" to the application root directory and place the
"qmldir" file and the qmlwebkitplugin.dll there. When you think about
it, this of course makes sense; in QML you say "Import WebKit" and
internally that means a dir, so...

Thanks for all your help!


Cheers,

Johan


More information about the Qt-qml mailing list