|
I think the real problem is that the official Qt CMake files actually check the entire Qt6 installation to validate it is correct before allowing things to proceed. My own attmepts to only partially install Qt6 (just the pieces I needed) failed miserably on macOS for exactly this reason.
So I recommend installing all of the Qt6 related packages just for your build.
|