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…
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…
这是一个困扰我很久的问题,关于Qt下生成的exe文件在没有安装Qt的机器上无法运行的问题.Qt是编写C++图形界面的一个很好工具,比MFC来的直观.可是,Qt的安装却是一个让人头疼的事情.早在上个学期,我就在windows XP 系统下安装了Qt 4.8,用破解版的msvc 2010编译.安装过程中出现了多次“configure is not an internal or external command”之类的问题,安装卸载了多次,好在最后可以使用.之后又安装了破解版的ipp包,当我把生成的e…