File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ This is attempt to build Qt 5/6 libraries in minimalistic mode. Output binaries
7
7
8
8
## How this differs from official Qt Windows binaries?
9
9
Well, there are some differences:
10
-
11
10
* ** all new dynamic builds include slimmed version of QtWebEngine !!!,**
12
11
* these binaries are compiled with ~~ MinGW-w64 or~~ ** MSVC2019** toolchain with latest updates and are ** x64** ,
13
12
* ** some features and modules are disabled** , which makes dependency tree smaller (details are specified in description of each release),
14
- * Qt 5.15+ is automatically relocatable but ` qtbinpatcher.exe ` is bundled too ,
13
+ * Qt 5.15+ is automatically relocatable,
15
14
* debug/release builds are available,
16
15
* latest manually compiled OpenSSL libraries are used,
17
16
* allmost all 3rd-party libs used by Qt are compiled directly into libraries,
18
- * link-time optimizations (` /LTCG ` and ` /GL ` ) are enabled in MSVC2019 static builds.
17
+ * link-time optimizations (` /LTCG ` and ` /GL ` ) are enabled in static builds.
19
18
20
19
## How to use
21
20
1 . Install Visual Studio 2019 or just Build Tools.
You can’t perform that action at this time.
0 commit comments