For apps implemented in pure QML, are there any benefits of adding a minimal c++ file and compiling it against libsailfishapp
?
As opposed to not doing that and just launching it through the sailfish-qml
launcher?
The second way has the benefit (for me) of being able to build RPMs noarch
, and testing them through qmlscene
, both of which make developing/testing/tuning on the device much easier.