SCAPER: Static Code Analysis Project
static code analysis project thatr supports multiple SCA tools with Qt GUI, direct patch piping, cmd line as well as graphical Qt based interface.
clone git repo
in source directory create a directory 'build' (mkdir build)
cd build/
cmake ..
make
build
By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one.
resolution: on Debian: sudo apt install qt5-default retry