Qt 6.11 is out! See what's new in the release
blog
Hunspell disabled note after installing via Homebrew
-
Hello,
I am building Qt 6.2.4 source on macOS Ventura 13.0. I installed Hunspell via Homebrew, but the configuration still gives me
Note: Hunspell disabled. Spelling correction will not be available.. Does anyone know how to fix this? -
Hello,
I am building Qt 6.2.4 source on macOS Ventura 13.0. I installed Hunspell via Homebrew, but the configuration still gives me
Note: Hunspell disabled. Spelling correction will not be available.. Does anyone know how to fix this?@CompSciDude Homebrew is installing sw in /opt as far as I know. You will need to tell configure script to look in Homebrew installation folder for headers/libraries, or write a custom formula to build Qt (https://docs.brew.sh/Formula-Cookbook).