Problem when building Tellico 4.0.1 on Ubuntu

Robby Stephenson robby at periapsis.org
Wed Nov 27 00:47:14 GMT 2024


On Tue, Nov 26, 2024 at 2:17 PM Sven Linux <sven2bangkok at gmail.com> wrote:

> 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
> but when I try rerunning the tellico cmake command I still get the same
> error:
>
> root at zbook1:/usr/local/src/tellico-4.0.1/build# cmake ..
> -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
> CMake Error at CMakeLists.txt:71 (find_package):
>   Could not find a package configuration file provided by "Qt" (requested
>   version 5.12.0) with any of the following names:
>
>     QtConfig.cmake
>     qt-config.cmake
>

For some reason, it looks like the Qt version isn't being set. Can you try

 cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_MAJOR_VERSION=5

and see if that helps?

Robby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/tellico-users/attachments/20241126/3b37f7d9/attachment.htm>


More information about the tellico-users mailing list