You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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.
CMake Errors out when trying to find a package.
Full Log:
The text was updated successfully, but these errors were encountered: