<div dir="ltr"><div dir="ltr">On Tue, Nov 26, 2024 at 2:17 PM Sven Linux <<a href="mailto:sven2bangkok@gmail.com">sven2bangkok@gmail.com</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">OK, I did the suggested apt command and 143 extra packages were installed as a result of running the "sudo apt build-dep tellico" command<div>but when I try rerunning the tellico cmake command I still get the same error:<br><br>root@zbook1:/usr/local/src/tellico-4.0.1/build# cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`<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</div></div></blockquote><div><br></div><div>For some reason, it looks like the Qt version isn't being set. Can you try</div><div><br></div><div> cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_MAJOR_VERSION=5</div><div><br></div><div>and see if that helps?</div><div><br></div><div>Robby</div></div></div>