Hello guys.
I am thinking of running my own QT app as pet project. Overall high level plan will be this.
(1)removing Kodi,
(2) dynamically build qt-everywhere,
(3) create custom package for my QT app
(4) create autostart script for QT app.
I am using GitHub - thoradia/LibreELEC.tv: Thoradia Build System
(1) There is already built-in options. MEDIACENTER="no"
(2) I have compiled using scripts/qt-everywhere and added ADDITIONAL_PACKAGES="qt-everywhere".
Finally, I've compiled image using make image but it doesn't add qt-everywhere to image. How can I add?