mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user