Bug 207761 - [WPE] Change the QML plugin install path
Summary: [WPE] Change the QML plugin install path
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-14 07:15 PST by Alberto Garcia
Modified: 2020-02-17 02:54 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2020-02-14 07:16 PST, Alberto Garcia
no flags Details | Formatted Diff | Diff
Patch (4.09 KB, patch)
2020-02-17 02:46 PST, Alberto Garcia
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2020-02-14 07:15:25 PST
When WPE is built with Qt support, the QML plugin in installed in
${libdir}/qml/org/wpewebkit/qtwpe/ , however that's not part of the
default import path, so I have to set QML2_IMPORT_PATH manually in
order to run the minibrowser.
Comment 1 Alberto Garcia 2020-02-14 07:16:42 PST
Created attachment 390763 [details]
Patch
Comment 2 Philippe Normand 2020-02-14 07:31:26 PST
Comment on attachment 390763 [details]
Patch

More changes are needed, in Tools/glib/api_test_runner.py and Tools/Scripts/run-qt-wpe-minibrowser
Comment 3 Alberto Garcia 2020-02-17 02:46:01 PST
Created attachment 390906 [details]
Patch
Comment 4 Alberto Garcia 2020-02-17 02:54:54 PST
Committed r256727: <https://trac.webkit.org/changeset/256727>