On 24/03/2019 20:27, [email protected] wrote:
CMake Error at CMakeLists.txt:864 (find_package):
  By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5Multimedia", but CMake did not find one.
  Could not find a package configuration file provided by "Qt5Multimedia"
  (requested version 5) with any of the following names:
    Qt5MultimediaConfig.cmake
    qt5multimedia-config.cmake

Hi Marius,

sudo apt install qtmultimedia5-dev

You can help yourself with these missing dependencies by installing the apt-file package and then rebuilding the apt cache:

sudo apt install apt-file
suto apt update

then you can find which package contains a file e.g.:

sudo apt-file find Qt5MultimediaConfig.cmake

which will reveal that you need to install qtmultimedia5-dev.

73
Bill
G4WJS.

_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to