You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the following issue:
When compiling simple player under windows environment i do:
cd simple-player
mkdir build
cd build
cmake ..
This is the output i get:
CMake Error at CMakeLists.txt:60 (FIND_PACKAGE): By not providing "FindVLCQt.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "VLCQt", but CMake did not find one. Could not find a package configuration file provided by "VLCQt" with any of the following names: VLCQtConfig.cmake vlcqt-config.cmake Add the installation prefix of "VLCQt" to CMAKE_PREFIX_PATH or set "VLCQt_DIR" to a directory containing one of the above files. If "VLCQt" provides a separate development package or SDK, be sure it has been installed.
It seems there is a problem with the FindLIBVLCQT under the folder simple-player\cmake
The text was updated successfully, but these errors were encountered:
I'm having the following issue:
When compiling simple player under windows environment i do:
cd simple-player
mkdir build
cd build
cmake ..
This is the output i get:
CMake Error at CMakeLists.txt:60 (FIND_PACKAGE): By not providing "FindVLCQt.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "VLCQt", but CMake did not find one. Could not find a package configuration file provided by "VLCQt" with any of the following names: VLCQtConfig.cmake vlcqt-config.cmake Add the installation prefix of "VLCQt" to CMAKE_PREFIX_PATH or set "VLCQt_DIR" to a directory containing one of the above files. If "VLCQt" provides a separate development package or SDK, be sure it has been installed.
It seems there is a problem with the FindLIBVLCQT under the folder simple-player\cmake
The text was updated successfully, but these errors were encountered: