How to get Qt5WebEngine on macos Monterey?

Hi guys,

I’m trying to build a native SC on an Apple Silicon Monterey machine, but alas it asks me for Qt5WebEngine (error dump below). Homebrew already said it was a version without webengine, but it didn’t say how and where to get it. Even the qt help site linked from the SC macos readme talks about “Download the qtwebengine sources.” but doesn’t state where to find them. Anyone successful at installing them (and building a native SC version on a machine like mine)?

cheers & thanks,
Wouter

CMake Error at /opt/homebrew/opt/qt@5/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by “Qt5WebEngine” with
any of the following names:

Qt5WebEngineConfig.cmake
qt5webengine-config.cmake

Add the installation prefix of “Qt5WebEngine” to CMAKE_PREFIX_PATH or set
“Qt5WebEngine_DIR” to a directory containing one of the above files. If
“Qt5WebEngine” provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
QtCollider/CMakeLists.txt:26 (find_package)
lang/CMakeLists.txt:184 (include)

– Configuring incomplete, errors occurred!

@MarcinP got it working in this thread:

SC M1

Perhaps he has the knowledge. (I’m also getting an M1 machine soon, so I am keeping my eye on this).