Home > Mobile >  Qt. Qpa. Plugin: Could not find the qt platform plugin "XCB" in ""
Qt. Qpa. Plugin: Could not find the qt platform plugin "XCB" in ""

Time:11-23

1) the QT execution times wrong:
Qt. Qpa. Plugin: Could not find the qt platform plugin "XCB in" ", "

2) export QT_DEBUG_PLUGINS=1 then perform qtcreator
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqgif. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqicns. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqico. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqjpeg. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqsvg. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqtga. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqtiff. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqwbmp. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/imageformats/libqwebp. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/sqldrivers/libqsqlite. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/xcbglintegrations/libqxcb - that GLX - integration. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/Qt/plugins/platforms/libqxcb. So"
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libAndroid. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libAutoTest. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libBazaar. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libBinEditor. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libBookmarks. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libCMakeProjectManager. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libCVS. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libClangCodeModel. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libClangTools. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libClassView. So" (faked)
QLibraryPrivate: : unload succeeded on "/data/qtcreator - 4.12.4/lib/qtcreator/plugins/libCodePaster. So" (faked)

CodePudding user response:

Is likely to be lack of libraries, with that QXCB LDD. So give it a try?
  •  Tags:  
  • Qt
  • Related