[SOLVED] Can not configure vlc-qt with qt5.5
-
wrote on 8 Sept 2015, 13:00 last edited by blacky_i 9 Sept 2015, 06:19
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
-
wrote on 9 Sept 2015, 06:19 last edited by
That helped!
Just added an entry in cmake-gui with path to folder.
Thanks SGaist!
3/3