Hi
We are using imx8qxp, Yocto3.0.
Kernel Version:5.4.70
We did not successfully use qtcreator debug mode,
However, on the X11 system of imx6 platform, this function is normal.
Do you have any suggestions.
已解决! 转到解答。
找到qt creator左侧的
项目->run->environment
在其中添加QT_QPA_PLATFORM_PLUGIN_PATH = $QTDIR/plugins/这个变量
在Command line arguments这一栏添加-platform wayland
然后就可以远程debug
找到qt creator左侧的
项目->run->environment
在其中添加QT_QPA_PLATFORM_PLUGIN_PATH = $QTDIR/plugins/这个变量
在Command line arguments这一栏添加-platform wayland
然后就可以远程debug
你试一下的解决办法。
https://forum.qt.io/topic/60865/qt5-wayland-gui-application/4
weston合成器已经在运行了,所以只需要在debug运行的时候加上平台参数./myQt5App -platform wayland