Currently trying to launch a Qt application on a wayland platform, without success. I succeeded to launch other basic apps such as a calculator or a paint sample. But my app get the following error :
QSocketNotifier: Can only be used with threads started with QThread
I can't find the cause of this error. Tried to launch the app with the env variable "qt.qpa.plugin" using the following values : wayland-egl, wayland, wayland-xcomposite-egl getting always the same error.
What kind of behavior triggers this error ?