Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not bind DTLS for Qt 5 QNetwork causing issues on macOS #159

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mappu
Copy link
Owner

@mappu mappu commented Jan 31, 2025

Fixes: #151

Qt 5 on macOS uses Apple Secure Transport by default, including in the Brew distribution. This TLS library does not support DTLS and any attempt to use qdtls.h throws an #error.

Since DTLS is not widely used, block the binding generation for qdtls.h (on all operating systems). Future work could be to make this OS-dependent (see #59).

Additional minor changes in this PR:

  • Add a make clean-cache .PHONY target to clear the genbindings cache

@mappu mappu force-pushed the miqt-block-qnetwork-dtls branch from 902bdd8 to a64339b Compare February 1, 2025 02:06
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.

macos x64 qt5.15 dtls issue
1 participant