Hi *,
I'm trying to compile amnezia client, and immediately get
grozin@bilbo ~/amnezia-client/build $ cmake ..
-- Could NOT find Qt6RemoteObjects (missing: Qt6RemoteObjects_DIR)
CMake Error at client/CMakeLists.txt:41 (find_package):
Found package configuration file:
/usr/lib64/cmake/Qt6/Qt6Config.cmake
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
What is the Qt component RemoteObjects? Does it exist in one of the dev-qt
packages?
Andrey