./LinuxAGV
This application failed to start because it could not find or load the Qt platform plugin "linux #eglfs"
in "".
Available platform plugins are: linuxfb, minimal, offscreen.
Reinstalling the application may fix this problem.
This application failed to start because it could not find or load the Qt platform plugin "linux #eglfs"
in "".
Available platform plugins are: linuxfb, minimal, offscreen.
Reinstalling the application may fix this problem.
Aborted
解决办法:在profile中配置加入$QTDIR/plugins/platforms:
export QTDIR=/Qt/Qt5.7
export LD_LIBRARY_PATH=$QTDIR/lib:$QTDIR/plugins/imageformats:$QTDIR/plugins/platforms:$LD_LIBRARY_PATH

本文介绍了解决Linux环境下AGV应用启动失败的问题,该问题是由于未能找到或加载Qtplatform插件'linux#eglfs'导致。文章提供了一个有效的解决办法,即通过在profile中配置加入$QTDIR/plugins/platforms来修复此问题。

被折叠的 条评论
为什么被折叠?



