https://github.com/lighterowl/qt563xp
Qt 5.6.3 for Windows XP without SSE - build instructions
https://github.com/lighterowl/qt563xp
qt qt5 windows windows-xp
Last synced: 5 months ago
JSON representation
Qt 5.6.3 for Windows XP without SSE - build instructions
- Host: GitHub
- URL: https://github.com/lighterowl/qt563xp
- Owner: lighterowl
- License: other
- Created: 2020-03-05T18:09:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T14:20:52.000Z (about 5 years ago)
- Last Synced: 2024-07-13T13:51:16.961Z (10 months ago)
- Topics: qt, qt5, windows, windows-xp
- Language: C++
- Size: 76.5 MB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.FDL
Awesome Lists containing this project
README
# 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](https://github.com/xavery/openssl10-static-xp) 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.