Deprecate QT5 support (#4751)

* Remove Qt5 Compatibility
* Remove QT compiler directives < QT6.5.3, set QT6.5.3 as minimum GC version
* Remove references to QT5 Video
Fixes #4750
This commit is contained in:
Paul Johnson
2025-12-18 13:37:55 +00:00
committed by GitHub
parent 9bb90e3737
commit c67d913f11
109 changed files with 225 additions and 922 deletions

View File

@@ -18,11 +18,7 @@
#include "httprequesthandler.h"
/** Alias type definition, for compatibility to different Qt versions */
#if QT_VERSION >= 0x050000
typedef qintptr tSocketDescriptor;
#else
typedef int tSocketDescriptor;
#endif
typedef qintptr tSocketDescriptor;
/** Alias for QSslConfiguration if OpenSSL is not supported */
#ifdef QT_NO_OPENSSL