Hi,
I am a step further, I have downloaded QT, brew install qt, and is now in folder /opt/homebrew/Cellar/qt, it's version 6.8.2_1.
So I have now qmake installed.

Then I did the following:
- cd /Applications/lazarus/lcl/interfaces/qt6/cbindings
- qmake
- make
- make install
No errors, then I did:
- cd /Library/Frameworks
- ln -s /opt/homebrew/lib/Qt6Pas.framework .
Changed to QT6 widget in Lazaurs and added /Library/Frameworks/ to the library path.
When compiling the code I get a link error:
- Error: ld: framework 'Qt6Pas' not found
What is missing?

Any help?
Thanks,
Theo.