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

CMake Errors Finding Package #4

Open
scamdotnet opened this issue Jun 30, 2021 · 2 comments
Open

CMake Errors Finding Package #4

scamdotnet opened this issue Jun 30, 2021 · 2 comments

Comments

@scamdotnet
Copy link

CMake Errors out when trying to find a package.

Full Log:

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5Svg" with any
  of the following names:

    Qt5SvgConfig.cmake
    qt5svg-config.cmake

  Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
  "Qt5Svg_DIR" to a directory containing one of the above files.  If "Qt5Svg"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  CMakeLists.txt:14 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/[Redacted]/Documents/statusbar/build/CMakeFiles/CMakeOutput.log".
@scamdotnet
Copy link
Author

Successfully fixed it by installing the dependencies from https://github.com/cutefishos/qt-plugins/debian/control. I originally installed the deps from the control file in the statusbar repo, but it appears to be missing a dependency required for cmake to work.

@reionwong
Copy link
Member

Try to install libqt5svg5-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants