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 :(
Copyright (C) 2006-2024 rncbc aka Rui Nuno Capela. All rights reserved.
Powered by Drupal
Recent comments
7 hours 18 min ago
7 hours 19 min ago
16 hours 56 min ago
1 day 5 hours ago
1 day 5 hours ago
1 day 10 hours ago
2 days 4 hours ago
1 day 10 hours ago
2 days 12 hours ago
3 days 22 min ago