Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to Connect Qt with VLC lib
Forum Updated to NodeBB v4.3 + New Features

How to Connect Qt with VLC lib

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.7k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    alankarw
    wrote on last edited by
    #1

    Could anyone give the step by step procedure for installin vlc-qt lib and use it in mingw Qt creator

    thanks

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      I dont think such step by step tutorial exists. (sadly)
      It seems to use cmake so u might need to install that as Qt comes with qmake.
      Then you need to read
      https://github.com/vlc-qt/vlc-qt/blob/master/BUILDING.md
      There is no example for mingw32-make so you need to find out how to specify
      it - so it creates a make file that works.

      When you have build it and have the dlls.
      then you must read
      http://doc.qt.io/qtcreator/creator-project-qmake-libraries.html
      To see how to add them into your project.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alankarw
        wrote on last edited by
        #3

        hello mrjj,
        Thanks for the reply .I tried these links before but it didnt help much. I installed cmake and all and tried to confugure but not able to do it. :-(

        mrjjM 1 Reply Last reply
        0
        • A alankarw

          hello mrjj,
          Thanks for the reply .I tried these links before but it didnt help much. I installed cmake and all and tried to confugure but not able to do it. :-(

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #4

          @alankarw
          Hi
          I have never used Cmake so dont know what to write.

          But you should show what you write to try build it
          and what errors
          you get so people here can give advice.

          Its like 2 parts.
          Part 1: Get /build the DLL(s)
          Part 2: use the DLL

          So you need to be more informative about what u have done, what happened,
          what it wrote (exactly).

          Else it pretty impossible unless you strike gold and user did build the vlc lib and can tell.

          1 Reply Last reply
          0

          • Login

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