Skip to content

Conversation

@Abestanis
Copy link
Collaborator

This might have helped in #627.

The sslConfiguration member is gated behind a #if QT_CONFIG(ssl) check:

#if QT_CONFIG(ssl)
QSslConfiguration sslConfiguration() const;
void setSslConfiguration(const QSslConfiguration &configuration);
void ignoreSslErrors(const QList<QSslError> &errors);
#endif

According to the official Qt6 build system documentation, we can check for the ssl feature by checking the QT_FEATURE_ssl variable.

@Abestanis Abestanis requested a review from gyunaev May 29, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant