Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. [SOLVED] Can not configure vlc-qt with qt5.5
QtWS25 Last Chance

[SOLVED] Can not configure vlc-qt with qt5.5

Scheduled Pinned Locked Moved 3rd Party Software
cmakevlc-qtqt5.5
3 Posts 2 Posters 3.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    blacky_i
    wrote on 8 Sept 2015, 13:00 last edited by blacky_i 9 Sept 2015, 06:19
    #1

    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

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 8 Sept 2015, 20:08 last edited by
      #2

      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

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • B Offline
        B Offline
        blacky_i
        wrote on 9 Sept 2015, 06:19 last edited by
        #3

        That helped!

        Just added an entry in cmake-gui with path to folder.

        Thanks SGaist!

        1 Reply Last reply
        0

        3/3

        9 Sept 2015, 06:19

        • Login

        • Login or register to search.
        3 out of 3
        • First post
          3/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved