How to add multiple Qt5 application to run after boot with Xorg? For this where to put All Qt5 source files & and how to write recipe for this to build with image.
please reply fast.
hi @Hitesh
How to add multiple Qt5 application to run after boot with Xorg?
To Start Automatically applications with Xorg, you need to edit the file /etc/xdg/lxsession/LXDE/autostart
as described here.
For this where to put All Qt5 source files
If this is custom application, then the best will to create your own layer and create a custom recipe as described in the Developer Article: Hello World integration into OpenEmbedded.
Best regards,
Jaski