[Webkit-unassigned] [Bug 102207] New: [Qt] Add plugins.qmltypes to imports/QtWebKit, imports/QtWebKit/experimental

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 03:04:16 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102207

           Summary: [Qt] Add plugins.qmltypes to imports/QtWebKit,
                    imports/QtWebKit/experimental
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kai.koehne at digia.com


The imports/QtWebKit, imports/QtWebKit/experimental folders in Qt 5.0.0 beta 2 are missing 'plugins.qmltypes' files. These are needed by Qt Creator to know about the types & properties provided by the plugins. Qt Creator tries to dump the contents on it's own if the files are missing, but that will fail e.g. for cross-compiled Qt builds.

How to generate .qmltypes files:

$ qmlplugindump -notrelocatable QtWebKit 3.0 >imports/QtWebKit/plugins.qmltypes
$ qmlplugindump -notrelocatable QtWebkit.experimental 1.0 >imports/QtWebKit/experimental/plugins.qmltypes

Note that qmlplugindump tries to actively load the plugin, which means it will fail for cross-compiled Qt. This is why the file has to be checked in, and manually updated if needed...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list