1. copy libQt5DBus.so.5 2. add QT_PLUGIN_PATH blog.csdn.net/windows_nt/article/details/24205671 his application failed to start because it could not find or load the Qt platform plugin "xcb". 分类: Qt linux 2014-04-21 00:02 7793人阅读 评论(5)…
linux根据系统Qt5未安装编译的程序Qt在该系统下进行下面的错误会报: This application failed to start because it could not find or load the Qt platform plugin "xcb". Reinstalling the application may fix this problem. 出现这个错误,主要是由于qt5为了在多平台下更方便移植.使用了一种新的技术-----platform abstract…
今天自己基于Pyqt5开发了一个软件,打包成exe后在自己的电脑上运行正常,在其他机器上提示: This application failed to start because no Qt platform plugin could be initialized错误. 网上已经有的方法都无法解决我的问题: https://blog.csdn.net/manyoudian/article/details/107981522 https://www.cnblogs.com/ybqjymy/p/121…
QT配置好在自己机器上可以运行,但在别人机器上一直弹出 "This application failed to start because it could not find or load the QT platform" ,只需要两步即可解决: 1.把QT下面的bin文件夹下所有的dll复制到exe同级目录下,尽管有些可能用不到: 2.把QT下面的platforms文件夹也复制到exe同级别目录下,如我的platform文件夹位于D:\Qt\Qt5.4.0\5.4\msvc2013…