qt-minimalistic-builds icon indicating copy to clipboard operation
qt-minimalistic-builds copied to clipboard

Precompiled x64 Qt 5/6 library in minimalistic configuration for Windows.

Results 6 qt-minimalistic-builds issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thanks for your scripts. I tried to build on my computer with your script for Qt 6.2.2 dynamic but I always get an error such as...

**Package**: qt-5.15.3-dynamic-msvc2019-x86_64.7z **IDE**:QtCreator 4.13.1 I use qtcreator create a simple Qt widget project and build it failed. **Error msg:** >LINK : fatal error LNK1104: can't open file “E:\Qt\qt-5.15.3-dynamic-msvc2019-x86_64\lib.obj” NMAKE :...

Hi, could you please add serialport to your static build? thank you

For Qt5.15 static linking fails because openssl is expected to be at hardcoded path (c:\Programy\OpenSSL). It would be much nicer to just use schannel instead of OpenSSL. Schannel provides same...

Qt 5.15.5 has been open sourced. It would be great if the builds are added.

Compiling QDoc relies on Clang as explained here: https://doc.qt.io/qt-5/qdoc-guide-clang.html I've been trying to set `LLVM_INSTALL_DIR` but I keep on getting this warning after the `configure.bat` call > Qt Tools: QDoc...