<div dir="ltr">I am trying to build tellico 4.0.1 on Ubuntu 20.04.6 LTS and after installing several packages I am getting the following build error when I run cmake:<br><br>cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`<br><br>QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'<br>QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'<br>CMake Error at CMakeLists.txt:71 (find_package):<br>  Could not find a package configuration file provided by "Qt" (requested<br>  version 5.12.0) with any of the following names:<br><br>    QtConfig.cmake<br>    qt-config.cmake<br><br>  Add the installation prefix of "Qt" to CMAKE_PREFIX_PATH or set "Qt_DIR" to<br>  a directory containing one of the above files.  If "Qt" provides a separate<br>  development package or SDK, be sure it has been installed.<br><br>-- Configuring incomplete, errors occurred!<br><br>I installed qtbase5-dev and there is a Qt5Config.cmake file present now<br><br>/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake<br><br>But obviously this does not satisfy the requirement for QtConfig.cmake<br><br>Any ideas or suggestions?<br></div>