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: REQUIREMENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The source code of PEB is not MSVC-compatible and PEB can not be compiled using
9
9
* Only ```QtWebKit``` can be used by a Windows binary of PEB.
10
10
Windows GCC-based Qt development bundles version 5.6.x or higher have neither ```QtWebEngine```, nor ```QtWebKit```.
11
11
* Updated ``QtWebKit`` headers and libraries have to be manually added from the
12
-
[QtWebKit repository of Konstantin Tokarev (annulen)](https://github.com/annulen/webkit/releases) to all Windows GCC-based Qt development bundles version 5.6 or later.
12
+
[QtWebKit repository of Konstantin Tokarev (annulen)](https://github.com/annulen/webkit/releases) to all Windows GCC-based Qt development bundles version 5.6.x or higher.
13
13
14
14
Compiled and tested successfully using:
15
15
*[Qt Creator 3.0.0 and Qt 5.2.0](http://download.qt.io/archive/qt/5.2/5.2.0/) on 32-bit Debian and 32-bit Windows XP
@@ -39,7 +39,7 @@ All compile-time settings require editing the ``src/peb.pro`` project file accor
39
39
The default web engine for Qt versions up to 5.5.x is ```QtWebKit```.
40
40
The default web engine for Qt versions 5.6.x or higher is ```QtWebEngine```.
41
41
42
-
To use [an updated QtWebKit version from the repository of Konstantin Tokarev (annulen)](https://github.com/annulen/webkit/releases) with a Qt version higher than 5.5:
42
+
To use [an updated QtWebKit version from the repository of Konstantin Tokarev (annulen)](https://github.com/annulen/webkit/releases) with a Qt version 5.6.x or higher:
0 commit comments