Skip to content

Commit 524323f

Browse files
author
Martin Rotter
committed
Merge branch 'master' of github.com:martinrotter/qt5-minimalistic-builds
2 parents 267330c + 7581769 commit 524323f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# qt5-minimalistic-builds
2-
This is attempt to build Qt 5 libraries in minimalistic mode. Output binaries have fewer dependencies, are lighter and thus smaller.
1+
# qt-minimalistic-builds
2+
This is attempt to build Qt 5/6 libraries in minimalistic mode. Output binaries have fewer dependencies, are lighter and thus smaller.
33

4-
[![Total downloads](https://img.shields.io/github/downloads/martinrotter/qt5-minimalistic-builds/total.svg?maxAge=360)](https://somsubhra.com/github-release-stats/?username=martinrotter&repository=qt5-minimalistic-builds&search=0)
4+
[![Total downloads](https://img.shields.io/github/downloads/martinrotter/qt-minimalistic-builds/total.svg?maxAge=360)](https://somsubhra.com/github-release-stats/?username=martinrotter&repository=qt-minimalistic-builds&search=0)
55

66
**All original licenses of all used components (Qt, qtbinpatcher, MinGW-w64, OpenSSL, MSVC) are respected with the additional exception that compiling, linking, and/or using OpenSSL is allowed. Unmodified source code of Qt is used and the license of produced Qt binaries is the same as license used in original OSS Qt libraries. The build phase of these prebuilt binaries is reproducible, see repository files for build scripts.**
77

@@ -19,5 +19,5 @@ Well, there are some differences:
1919

2020
## How to use
2121
1. Install Visual Studio 2019 or just Build Tools.
22-
2. Download [prebuilt Qt binaries](https://github.com/martinrotter/qt5-minimalistic-builds/releases) and unpack them to folder of your choice, for example `C:\Qt\XX`.
22+
2. Download [prebuilt Qt binaries](https://github.com/martinrotter/qt-minimalistic-builds/releases) and unpack them to folder of your choice, for example `C:\Qt\XX`.
2323
3. Setup your Qt Creator to use new libraries.

0 commit comments

Comments
 (0)