I've got:
Sources of vlc-qt lib: https://github.com/vlc-qt/vlc-qt
Example (from the same author): https://github.com/vlc-qt/examples/tree/master/simple-player
Qt 5.14, MinGW32/Mingw_w64, cmake-gui
The purpose:
To build the example.
The problem:
I'm building library using cmake-gui (with no errors), mingw32-make (no errors), but mingw32-make install gives me an error in
CMake Error at cmake_install.cmake:39 (file):
file INSTALL cannot find
"C:/Users/SALEM/Desktop/projects/Qt/_libs/vlc-qt/libvlc-headers/include/vlc/libvlc.dll".
I suppose, the problem could be with LIBVLCCORE_LIBRARY="B:/ProgramFiles/VLC/libvlccore.dll"
, LIBVLC_INCLUDE_DIR= "C:/Users/SALEM/Desktop/projects/Qt/_libs/vlc-qt/libvlc-headers/include/vlc"
or LIBVLC_LIBRARY="B:/ProgramFiles/VLC/libvlc.dll"
configuration... actual git repository wasn't provided with libvlc.dll and libvlccore.dll, so I've downloaded VLC player and got this dll's from it, and I'm not sure for headers either.