Bug 207761

Summary: [WPE] Change the QML plugin install path
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, berto, bugs-noreply, ews-watchlist, gyuyoung.kim, pnormand, ryuan.choi, sergio
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch pnormand: review+

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>