You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,11 @@ Inspired by [NW.js](http://nwjs.io/) and [Electron](http://electron.atom.io/), P
94
94
* Qt 5.1 - 5.5 (including ``QtWebKit`` libraries and headers)
95
95
``QtWebKit`` is deprecated and replaced by the Blink-based ``QtWebEngine`` in all later versions of Qt.
96
96
97
-
The local pseudodomain is implement using the ``QNetworkAccessManager`` class, which is incompatible with ``QtWebEngine``.
97
+
The local pseudodomain of PEB is implemented using the ``QNetworkAccessManager`` class,
98
+
which is incompatible with ``QtWebEngine``.
98
99
99
-
If you want to render the HTML user interface of your Perl desktop application using the Blink web engine, you may use [Electron](http://electron.atom.io/) or [NW.js](http://nwjs.io/) combined with [camel-harness](https://github.com/ddmitov/camel-harness).
100
+
If you want to use the Blink web engine for your Perl desktop application,
101
+
you may use [Electron](http://electron.atom.io/) or [NW.js](http://nwjs.io/) combined with the [camel-harness npm package](https://github.com/ddmitov/camel-harness).
100
102
101
103
Compiled and tested successfully using:
102
104
*[Qt Creator 2.8.1 and Qt 5.1.1](http://download.qt.io/archive/qt/5.1/5.1.1/) on 32-bit Debian Linux,
0 commit comments