mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
add note about using both WebKit and WebEngine
This commit is contained in:
parent
21c242215d
commit
671a93aae5
1 changed files with 15 additions and 0 deletions
|
|
@ -1,3 +1,18 @@
|
|||
WebKit / WebEngine note
|
||||
=======================
|
||||
|
||||
You should be able to use both modules, even in the same EQL instance,
|
||||
and even if you compile both modules with different Qt versions.
|
||||
|
||||
Example:
|
||||
- compile the :webkit module with Qt 5.5
|
||||
- compile EQL with Qt 5.8, including the :webengine module
|
||||
|
||||
Now you should be able to load both modules, and run the respective
|
||||
examples, all from within the same EQL executable (this worked for me).
|
||||
|
||||
|
||||
|
||||
EQL WebKit examples
|
||||
===================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue