Skip to content

Commit 67bb7ec

Browse files
committed
documentation update
1 parent cd607c1 commit 67bb7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

REQUIREMENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The source code of PEB is not MSVC-compatible and PEB can not be compiled using
99
* Only ```QtWebKit``` can be used by a Windows binary of PEB.
1010
Windows GCC-based Qt development bundles version 5.6.x or higher have neither ```QtWebEngine```, nor ```QtWebKit```.
1111
* 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.
1313

1414
Compiled and tested successfully using:
1515
* [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
3939
The default web engine for Qt versions up to 5.5.x is ```QtWebKit```.
4040
The default web engine for Qt versions 5.6.x or higher is ```QtWebEngine```.
4141

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:
4343

4444
```QMake
4545
ANNULEN_QTWEBKIT = 1

0 commit comments

Comments
 (0)