Hi
I am Kushagra Surana, second year student from IIT Jodhpur. I was trying to build the builmlearn-toolkit code but it gave me an error which i am unable to resolve.
Here is the error message when i run the command
cmake ../ -DCMAKE_BUILD_TYPE="release" -DCMAKE_INSTALL_PREFIX=/usr -DUSE_QT_5="ON"
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:26 (find_package):
Could not find a package configuration file provided by "Qt5Multimedia"
with any of the following names:
Qt5MultimediaConfig.cmake
qt5multimedia-config.cmake
Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set
"Qt5Multimedia_DIR" to a directory containing one of the above files. If
"Qt5Multimedia" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:321 (find_package)
-- Configuring incomplete, errors occurred!
I tried exporting CMAKE_PREFIX_PATH=/home/lawless/Qt/5.3 but it didn't help.
I googled the problem and tried many solutions , none solved the problem.
I know i am missing somewhere.
Any help is appreciated.
Thanks
Kushagra Surana