[Qt-qml] How to deploy a QML app with WebView on a machine without a Qt installation?
Girish Ramakrishnan
girish at forwardbias.in
Wed Jun 29 19:14:27 CEST 2011
Hi,
On Wed, Jun 29, 2011 at 10:36 PM, Johan Paul <johan.paul at gmail.com> wrote:
> Hi Girish!
>
>> Did you also copy over the QtWebKit's qmldir file? (A qmldir is
>> required for installed modules).
>
> You mean the qmldir file itself? No - I did not :) Thanks for
> suggesting this. Where can I find the this file on a computer with a
> Qt installation?
>
It should be in the same dir as the qmlwebkitplugin.dll
($QTINSTALLDIR/imports/QtWebKit). If you cannot find it, just create a
file named qmldir with contents as "plugin qmlwebkitplugin".
Girish
More information about the Qt-qml
mailing list