miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

Bluetooth Module Missing in Qt 6.6.2 #787

Closed kebekus closed 1 month ago

kebekus commented 2 months ago

Dear all,

Thank you for all your work on this project! Recently, I found that the Qt Bluetooth Module is missing for Qt 6.6.2, for numerous combinations of architectures and platforms. Would it be possible to add those?

Thanks again · Best wishes,

Stefan.

miurahr commented 1 month ago

Please fill template.

To Reproduce

Expected behavior

Desktop

Additional context

pcolby commented 1 month ago

I found that the Qt Bluetooth Module is missing for Qt 6.6.2

I have no issues using Qt 6.6.2's Bluetooth library via aqt on Linux, macOS and Windows.

Just in case it helps, there is no separate Bluetooth module for Qt6 - it's part of the qtconnectivity module, eg:

aqt install-qt linux desktop 6.6.2 gcc_64 -m qtconnectivity
kebekus commented 1 month ago

As Paul guessed, I was unaware that Bluetooth is part of the qtconnectivity module. Following Paul's advice, I solved the issue.

@miurahr Thanks for maintaining this wonderful project! @pcolby Thank you for your help!