error buuilding client on rhel10 #2296
Unanswered
IgorKokovkin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
trying to build client from source on rhel10. Got error. Please advise.
cmake amnezia-client-4.8.12.9 -B build
-- Could NOT find Qt6RemoteObjects (missing: Qt6RemoteObjects_DIR)
CMake Error at client/CMakeLists.txt:40 (find_package):
Found package configuration file:
but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
FOUND. Reason given by package:
Failed to find required Qt component "RemoteObjects".
Expected Config file at
"/usr/lib64/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfig.cmake" does NOT
exist
Configuring with --debug-find-pkg=Qt6RemoteObjects might reveal details why
the package was not found.
Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
of the path variables that find_package uses to try and find the package.
-- Configuring incomplete, errors occurred!
Beta Was this translation helpful? Give feedback.
All reactions