Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
LINUX Qt deployment (linuxdeployqt) altering application property
-
After using linuxdeployqt, dependencies are being added to the folder containing application release .run file, my application has a browse button which opens the file dialog showing the available directories, during debug and release in linux, file dialog showed network folder but after deploying ( adding platform plugin "libqxcb.so" ) File dialog is not showing the network folders and even the theme of the file dialog has changed.!

-
@ShekharIceman Maybe you need to deploy plugins/platformthemes/libqgtk3.so as well?
-
@ShekharIceman Maybe you need to deploy plugins/platformthemes/libqgtk3.so as well?
-
@jsulm ya it worked! Thanks a lot.
-
This post is deleted!