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
@@ -7,7 +7,7 @@ The only Linux and Macintosh compile-time requirement of PEB is a GCC-based Qt d
7
7
The source code of PEB is not MSVC-compatible and PEB can not be compiled using any MSVC-based Windows version of Qt. This means that:
8
8
* PEB Windows binaries can be compiled only by a GCC-based Qt development bundle.
9
9
* Only ```QtWebKit``` can be used by a Windows binary of PEB.
10
-
Windows GCC-based Qt development bundles version 5.6 or later have neither ```QtWebEngine```, nor ```QtWebKit```.
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
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.
13
13
@@ -29,7 +29,7 @@ make
29
29
## Compile-Time Settings
30
30
All compile-time settings require editing the ``src/peb.pro`` project file according to the following instructions.
31
31
32
-
*QtWebKit Use
32
+
*Updated QtWebKit
33
33
To use ```QtWebKit``` or ```QtWebEngine``` depending on the Qt version, which is the default setting:
0 commit comments