Skip to content

Commit 3e346ce

Browse files
author
Martin Rotter
committed
Merge branch 'master' of github.com:martinrotter/qt-minimalistic-builds
2 parents dbcebb2 + 7ace725 commit 3e346ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ This is attempt to build Qt 5/6 libraries in minimalistic mode. Output binaries
77

88
## How this differs from official Qt Windows binaries?
99
Well, there are some differences:
10-
1110
* **all new dynamic builds include slimmed version of QtWebEngine !!!,**
1211
* these binaries are compiled with ~~MinGW-w64 or~~ **MSVC2019** toolchain with latest updates and are **x64**,
1312
* **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,
1514
* debug/release builds are available,
1615
* latest manually compiled OpenSSL libraries are used,
1716
* 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.
1918

2019
## How to use
2120
1. Install Visual Studio 2019 or just Build Tools.

0 commit comments

Comments
 (0)