-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Qt5RemoteObjects #145
Comments
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 |
on ubuntu |
@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 |
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:
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.`
The text was updated successfully, but these errors were encountered: