Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Where to take plugins libs for deployment?

    General and Desktop
    3
    6
    849
    Loading More Posts
    • 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.
    • C
      column last edited by

      In article Qt for Linux/X11 - Deployment I found I should take several additional lib files for deployment. Files below I can't find in my system:

      The Basic Tools plugin	plugins\libpnp_basictools.so
      The ExtraFilters plugin	plugins\libpnp_extrafilters.so
      

      Where I can get them for demplyment?

      JKSH 1 Reply Last reply Reply Quote 0
      • JKSH
        JKSH Moderators @column last edited by

        @column said in Where to take plugins libs for deployment?:

        In article Qt for Linux/X11 - Deployment I found I should take several additional lib files for deployment. Files below I can't find in my system:

        The Basic Tools plugin	plugins\libpnp_basictools.so
        The ExtraFilters plugin	plugins\libpnp_extrafilters.so
        

        Where I can get them for demplyment?

        Those are examples from the Plug & Paint tutorial. Your application does not use those plugins, so you can ignore them.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        C 1 Reply Last reply Reply Quote 2
        • C
          column @JKSH last edited by

          @JKSH
          I did very basic widget based GUI application. I'm not sure if designed decided to use plugins. Is it possible to ensure that?

          I'm asking since I already have libqxcb.so library, but I still getting error:

          This application failed to start because it could not find or load the Qt platform plugin "xcb".
          
          Available platform plugins are: xcb.
          
          Reinstalling the application may fix this problem.
          
          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Hi,

            Did you also deploy the dependencies of that plugin ? You can see them using ldd on the plugin.

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

            C 1 Reply Last reply Reply Quote 1
            • C
              column @SGaist last edited by

              @SGaist This worked for me, but can't find where I can mark question "resolved"

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                It's in the "Topic Tools" button.

                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 Reply Quote 0
                • First post
                  Last post