Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cmake failed on my system (running Ubuntu 20.04) with the "apt-get install ..." command in the readme. The Cmake error was ``` 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:49 (find_package) ``` To fix this, I had to also install libqt5svg5-dev. I added "libqt5svg5-dev" to the "apt-get install" command.
- Loading branch information