BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.

Home Page:http://huestacean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Qt5RemoteObjects

wyatttros opened this issue · comments

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.`

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!

@wyatttros
I got it working following these steps
#129 (comment)

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

@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.