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. Where to take plugins libs for deployment?
Forum Updated to NodeBB v4.3 + New Features

Where to take plugins libs for deployment?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.3k Views 2 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.
  • C Offline
    C Offline
    column
    wrote on last edited by
    #1

    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?

    JKSHJ 1 Reply Last reply
    0
    • C column

      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?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @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
      2
      • JKSHJ JKSH

        @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.

        C Offline
        C Offline
        column
        wrote on last edited by
        #3

        @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
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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
          1
          • SGaistS SGaist

            Hi,

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

            C Offline
            C Offline
            column
            wrote on last edited by
            #5

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

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

              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
              0

              • Login

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