BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
564 stars 54 forks source link

Missing Qt5RemoteObjects #145

Open wyatttros opened 4 years ago

wyatttros commented 4 years ago

New to linux, using Ubunto 18.4. Huestacean fails to progress after cmake .. line and shows the following error: `-- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:29 (find_package): By not providing "FindQt5RemoteObjects.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5RemoteObjects", but CMake did not find one.

Could not find a package configuration file provided by "Qt5RemoteObjects" with any of the following names:

Qt5RemoteObjectsConfig.cmake
qt5remoteobjects-config.cmake

Add the installation prefix of "Qt5RemoteObjects" to CMAKE_PREFIX_PATH or set "Qt5RemoteObjects_DIR" to a directory containing one of the above files. If "Qt5RemoteObjects" provides a separate development package or SDK, be sure it has been installed.`

Disk1of5 commented 4 years ago

Ya Also had the same problem, and to top things off qt5remoteobjects is't even in the ubuntu repo, there are other posts saying you need to install QT devel libs another way.. @BradyBrenot is there a way to remove/replace this dependency to make it work with the latest version of Ubuntu?

Thanks!

Disk1of5 commented 4 years ago

@wyatttros
I got it working following these steps https://github.com/BradyBrenot/huestacean/issues/129#issuecomment-493611677

RockAlex commented 4 years ago

on ubuntu sudo apt install libqt5remoteobjects5-dev sudo apt install libqt5remoteobjects5-bin

vorburger commented 3 years ago

@BradyBrenot I think you can close this issue after merging #151 doc; the problem reported here is "just" a missing Qt devel lib.

The real issue when building master on Linux seems to be #125 / #144.