QtCompile icon indicating copy to clipboard operation
QtCompile copied to clipboard

Personal Wishlist of Qt built

Open Fsu0413 opened this issue 5 years ago • 5 comments

Probably successfully built using original Qt (Mostly MSVC version with Clang compiler)

Qt 5.15 on Windows - Clang versions

  • [ ] win32-clang-msvc (with MSVC2019, x86) - q5_15wx3c9
  • [ ] win32-clang-msvc (with MSVC2019, x86_64) - q5_15wx6c9
  • [ ] win32-clang-msvc (with MSVC2022, x86_64) - q5_15wx6c2

Qt 6.2 on Windows - Clang versions (for MSVC only)

  • [ ] win32-clang-msvc (with MSVC2019, x86_64) - q6_2wx6c9
  • [ ] win32-clang-msvc (with MSVC2022, x86_64) - q6_2wx6c2

Qt 6 Latest on Windows - Clang versions (for MSVC only)

  • [ ] win32-clang-msvc (with MSVC2022, x86_64) - q6_5wx6c2

Qt 4.8 (Hard for now since build environment of OpenSSL 1.0.2 series has been defunct)

  • [ ] win32-msvc2015 (x86) - q4wx3v5

The following mkspec needs patch of Qt (not planned)

Qt 4.8 with QtWebKit and backported SChannel SSL backend

  • [ ] win32-msvc2019 (x86) - mq4_8wx3v9
  • [ ] win32-g++ (with MinGW-w64 GCC 8.1.0, x86) - mq4_8wx3g8

Qt 4.8 with QtWebkit and backported SecureTransport SSL backend

  • [ ] macx-llvm (with AppleClang 13.0, Unified) - mq4_8mal

Qt 5.15 with QtWebkit 5.212

  • [ ] win32-msvc (with MSVC2019, x86) - mq5_15wx3v9
  • [ ] win32-msvc (with MSVC2022, x86_64) - mq5_15wx6v2

Qt 5.15 on aarch64 Android using termux

  • [ ] android-clang (on termux, aarch64 hosted, aarch64 target) - mq5_15la6ct_aa6nl

Qt 6.2 on aarch64 Android using termux

  • [ ] linux-clang-libc++ (on termux, aarch64, static) - mq6_2la6ctst
  • [ ] android-clang (on termux, aarch64 hosted, aarch64 target) - mq6_2la6ct_aa6n3

Fsu0413 avatar Jun 01 '19 15:06 Fsu0413

OpenSSL 1.1 backend for Qt4 is done in a lot of linux distros and MSYS2. OpenSSL 1.1 backend for Qt 5.6 seems not been done by anyone, but should be same as Qt 5.9. OpenSSL 1.1 backend for Qt 5.9 should have been done in some linux distros (maybe Ubuntu?).

WebEngine for later version of MSVC is..... a big problem

Fsu0413 avatar Jun 15 '19 13:06 Fsu0413

The clang toolchain path in newest NDK is different than the one in NDK r13 or earlier. Qt would be patched if such difference causes compile failure.

Fsu0413 avatar Aug 18 '19 01:08 Fsu0413

I plan to drop support for modified QtWebEngine, and import QtWebkit in modified Qt builds....

Fsu0413 avatar Aug 18 '19 03:08 Fsu0413

I plan to drop Qt 5.6 & 5.9 unofficial builds. Since Qt 5 series is ABI compatible, there is no need to maintain a legacy version.

Fsu0413 avatar Feb 04 '20 03:02 Fsu0413

It seems like that Clang builds on Windows haven't been tested for a long time. They don't compile.

Fsu0413 avatar Mar 25 '20 23:03 Fsu0413