CMake Error at CMakeLists.txt:25 (find_package):
By not providing "FindQt5Svg.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5Svg", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5Svg" (requested
version 5.1) 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.
-- Configuring incomplete, errors occurred!
The following probably solves the issue on Ubuntu 18.04:
Following instructions from https://github.com/nitroshare/nitroshare-desktop/wiki/Building-on-Linux, on command:
I got the following message:
The following probably solves the issue on Ubuntu 18.04: