[Android] Fix qml debugging for Qt 5.12

Since Qt 5.12.0 we don't use qmljsdebugger extra intent param anymore
and we need to pass qmljsdebugger to the application arguments.

Fixes: QTBUG-72132
Change-Id: Icefb75e94027b145832c114fd90579bd10bcb898
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
BogDan Vatra
2018-12-03 11:25:49 +02:00
committed by Eike Ziller
parent 8920d78bb2
commit d51ddbb8f0
2 changed files with 14 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ protected:
QString m_extraAppParams;
Utils::Environment m_extraEnvVars;
QString m_gdbserverPath;
bool m_useAppParamsForQmlDebugger = false;
};
} // namespace Internal