qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" (static build)
Unsolved
Installation and Deployment
-
How to solve a problem?
QFactoryLoader::QFactoryLoader() ignoring "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3" since plugins are disabled in static builds 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.
If you add
Q_IMPORT_PLUGIN (QXcbIntegrationPlugin)
then an error appears with undefined reference:/home/continue/qt5/qtbase/src/plugins/platforms/xcb/qxcbmain.cpp:56: undefined reference to `QXcbIntegration::QXcbIntegration(QStringList const&, int&, char**)'
-
@continue98 Take a look at https://forum.qt.io/topic/104437/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it-was-found/8 - could be same problem.
-
Up (8 char)