QT static build has "XCB" plugin error
-
Hello,
I created static build of QT 6.2.3 from sources in Ubuntu 20.04, built a desktop application as static.
When I try to run it I get following error message:qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Can I build the plugin as static manually? I didn't find a relevant information how to complete it. Do you have other suggestions?
It is important to fix this issue to destribute a application to customer computers without additional installation issues.
Regards,
Vladimir. -
@Vladimir63 said in QT static build has "XCB" plugin error:
I didn't find a relevant information how to complete it
https://doc.qt.io/qt-6/plugins-howto.html#static-plugins maybe?
-
@Christian-Ehrlicher
Hi,
I sitll have a question about deployment of QT application in Linux. How can I deploy xcb plugin, Ok, it could be dynamic. But the complete information is missing.
Vladimir -