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?
-
@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.
-
@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.
-
Hi,
Did you also deploy the dependencies of that plugin ? You can see them using
ldd
on the plugin. -
It's in the "Topic Tools" button.