Support QML preview with qmlproject on android

Change-Id: I53a074d2064ddd2a20e745250d9620cd1969928b
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
Ulf Hermann
2018-01-30 18:41:56 +01:00
parent b4a1798618
commit 8b867e88f4
2 changed files with 17 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ AndroidDevice::AndroidDevice()
{
setDisplayName(QCoreApplication::translate("Android::Internal::AndroidDevice", "Run on Android"));
setDeviceState(DeviceReadyToUse);
setQmlsceneCommand(
"org.qtproject.example.qmlscene/org.qtproject.qt5.android.bindings.QtActivity");
}
AndroidDevice::AndroidDevice(const AndroidDevice &other)