For an app i need the device model name like "SAMSUNG-SM-G930A". Under android i get this information from Build.MODEL and there is also a library named AndroidDeviceNames (https://github.com/jaredrummler/AndroidDeviceNames), which does exactly what i need under ubuntu touch.
what is the best way to get this information/s (model name / device name) in C++ / Qt5 / Ubuntu SDK IDE. If there is a way getting this names from QML it's also okay.