项目作者: xavery

项目描述 :
Qt 5.6.3 for Windows XP without SSE - build instructions
高级语言: C++
项目地址: git://github.com/xavery/qt563xp.git
创建时间: 2020-03-05T18:09:45Z
项目社区:https://github.com/xavery/qt563xp

开源协议:Other

下载


Static Qt 5.6.3 build for Windows XP without SSE2

This repository contains Qt 5.6.3 sources with a script meant to build a static
version of the library with MSVC static runtime, as well as additional fixes
meant to make the build runnable on Windows XP with a processor without any
additional instruction set extensions.

Keep in mind that this does not aim to be a complete build of the library, as
only the qtbase, qtmultimedia, qttools, qttranslations and
qtwebsockets modules are being built.

A static build of OpenSSL is
included in the library. OpenSSL code will be included in the resulting
executables built with this Qt build if you use the network module in your
application.