[SOLVED] Can not configure vlc-qt with qt5.5
-
Hello everyone!
I am having problems with building vlc-qt.On configure cmake wrotes:
CMake Error at config/Dependencies.cmake:31 (FIND_PACKAGE): By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Core", but CMake did not find one.
Problem: cmake doesn't see Qt5.
Oh Qt' gurus please help. How to build project?
Building on Windows 7 x32 Qt 5.5
-
Hi,
CMAKE_PREFIX_PATH is what you are looking for. You need to give it the path to your Qt 5 cmake folder e.g.
C:/Qt/5.5/msvc2013_x64/lib/cmake