Skip to content
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 qt5 cmake module (lxqt-common) #202

Closed
ekpyron opened this issue Jun 30, 2014 · 2 comments
Closed

Missing qt5 cmake module (lxqt-common) #202

ekpyron opened this issue Jun 30, 2014 · 2 comments

Comments

@ekpyron
Copy link

ekpyron commented Jun 30, 2014

Trying to compile the latest git version of lxqt-common with USE_QT5=true gives me the following error:

$ git clone git://git.lxde.org/git/lxde/lxqt-common.git
$ cd lxqt-common/
$ git describe
0.7.0-8-g45f55ff
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_QT5=true ..
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.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
-- 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
CMake Error at CMakeLists.txt:11 (find_package):
By not providing "Findlxqt-qt5.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "lxqt-qt5",
but CMake did not find one.

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

lxqt-qt5Config.cmake
lxqt-qt5-config.cmake

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

-- Configuring incomplete, errors occurred!
See also "/home/daniel/tmp/lxqt-common/build/CMakeFiles/CMakeOutput.log".

@jleclanche
Copy link
Member

You need to update liblxqt.

@ekpyron
Copy link
Author

ekpyron commented Jun 30, 2014

Thanks.

@agaida agaida added this to Archive in Issues Aug 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issues
  
Translations and L10N
Development

No branches or pull requests

2 participants