Hallo,
I am running a Qt application on apalis imx6 device from host machine (putty). The following error occured after running the application.
root@apalis-imx6:~# /opt/tab/bin/tab -platform eglfs
QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable double buffering and vsync.
If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
**/opt/tab/bin/tab: relocation error: /usr/lib/qt5/qml/QtQuick/Dialogs/libdialogplugin.so: symbol _ZN21QMessageDialogOptionsC1Ev, version Qt_5 not defined in file libQt5Gui.so.5 with link time reference**
What would be the mistake ?
Thank you