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. include vlc in qt application
Forum Updated to NodeBB v4.3 + New Features

include vlc in qt application

Scheduled Pinned Locked Moved Unsolved General and Desktop
22 Posts 3 Posters 5.4k 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #13

    @Tikani, @abhay doesn't struggle with Qt, it's vlc that is giving him a hard time to bundle.

    @abhay, are you only missing the vlc libraries or is there anything else that is not pulled in ?

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

    A 1 Reply Last reply
    0
    • SGaistS SGaist

      @Tikani, @abhay doesn't struggle with Qt, it's vlc that is giving him a hard time to bundle.

      @abhay, are you only missing the vlc libraries or is there anything else that is not pulled in ?

      A Offline
      A Offline
      abhay
      wrote on last edited by
      #14

      @SGaist only vlc libraries.Qt is fine

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #15

        Did you increase the log level of linuxdeployqt ? That might give you hints of what is happening.

        You may have to tweak the tool a bit to make it include the vlc libraries.

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

        A 1 Reply Last reply
        0
        • SGaistS SGaist

          Did you increase the log level of linuxdeployqt ? That might give you hints of what is happening.

          You may have to tweak the tool a bit to make it include the vlc libraries.

          A Offline
          A Offline
          abhay
          wrote on last edited by
          #16

          @SGaist Did you mean --verbose? I set the default value only.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #17

            Put it at 4

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

            A 1 Reply Last reply
            0
            • SGaistS SGaist

              Put it at 4

              A Offline
              A Offline
              abhay
              wrote on last edited by
              #18

              @SGaist Same error man :(

              A 1 Reply Last reply
              0
              • A abhay

                @SGaist Same error man :(

                A Offline
                A Offline
                abhay
                wrote on last edited by
                #19

                @abhay and I think range is from 0-3 only I think.Although if you give more than 3 it will take same as 3 I think

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #20

                  Setting the verbosity up won't fix the problem, however it should help you get information on what is happening. Maybe tell you why what dependency is ignored.

                  From a quick look at linuxdeployqt, it might be because vlc is installed in a system folder which will be avoided by the tool.

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

                  A 1 Reply Last reply
                  0
                  • SGaistS SGaist

                    Setting the verbosity up won't fix the problem, however it should help you get information on what is happening. Maybe tell you why what dependency is ignored.

                    From a quick look at linuxdeployqt, it might be because vlc is installed in a system folder which will be avoided by the tool.

                    A Offline
                    A Offline
                    abhay
                    wrote on last edited by
                    #21

                    @SGaist can you tell me how to link vlc if I install it in a custom manner?I mean downloading the source code and building it.

                    1 Reply Last reply
                    0
                    • SGaistS Offline
                      SGaistS Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on last edited by
                      #22

                      The same as now except that you'll have to add the path to your custom VLC build in the LIBS variable.

                      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
                      0

                      • Login

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