Trying to build ddcui from source it's built with QT, package missing - Qt5HelpConfig.cmake

Hey, I want to build from source a gnu interface for ddcutil, it is built using QT.
I have the latest QT installed.
I am using fedora 36 beta.

This is the webpage for ddcui:
http://www.ddcutil.com/ddcui_main/

This is the error I get:

CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by “Qt5Help” with any
of the following names:

Qt5HelpConfig.cmake
qt5help-config.cmake

Add the installation prefix of “Qt5Help” to CMAKE_PREFIX_PATH or set
“Qt5Help_DIR” to a directory containing one of the above files. If
“Qt5Help” provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:96 (find_package)

Thanks :slight_smile: