Make Warning at CMakeLists.txt:42 (find_package):
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5Widgets", but CMake did not find one.
Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:
Qt5WidgetsConfig.cmake
qt5widgets-config.cmake
Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
"Qt5Widgets_DIR" to a directory containing one of the above files. If
"Qt5Widgets" provides a separate development package or SDK, be sure it has
been installed.
CMake Error at CMakeLists.txt:46 (include_directories):
include_directories given empty-string as include directory.
CMake Error at CMakeLists.txt:52 (qt5_wrap_ui):
Unknown CMake command "qt5_wrap_ui".
-- Configuring incomplete, errors occurred!
See also "/home/colin/rovergauge-0.7.6/CMakeFiles/CMakeOutput.log".
I'll give that a try tonight. Forgive my ignorance - how do I 'make a Makefile that will build the RoverGauge executable.'?
Colin