Some background on what i am doing and what i would like to accomplish is i have compiled weston without the toolbar and background so it is just a black screen. i did this because when i run the commands:
$ weston &
$ ./pure-qml -platform wayland
it will start the weston window manager as a black screen instead of the desktop before launching the pure-qml example from Qt.
what my end goal is to skip weston all together and just start pure-qml example from command line without needing weston running.
From qtwayland examples if i run:
./qwindow-compositor &
./pure-qml -platform wayland --single
it fails with cant create a display (file or directory missing). My understanding is qt has a wayland compositor.
how can i create an qt standalone app that uses wayland backend and creates a screen just like how weston can be started from command line.