You are here

Add new comment

I installed all the dependencies you include here
https://launchpad.net/~rncbc

If you look closely at the error, it says it FINDS THEM, but considers them not found due to a configuration.
Searching the forums I think I understand that it is a qt6 bug, but then I don't understand why others can compile.

Here https://forum.qt.io/topic/137551/cmake-finds-cross-compiled-qt6-config-f...
a user says:
____

There is a specular issue opened here:
https://forum.qt.io/topic/134586/installed-qt6-to-linux-cmake-target-qt6...
for such cmake lists:

cmake_minimum_required(VERSION 3.10)
cmake_policy(SET CMP0084 NEW)
project(test)
find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(test INTERFACE Qt::Core)
add_executable(test main.cpp)

and by invoking:
cmake .. -DCMAKE_PREFIX_PATH=/home/michal/Qt/6.3.1/gcc_64/lib/cmake/Qt6

the problem still persists.
Thanks.
___

I already told you, I'm a newbie and it's beyond me :(