forked from qt-creator/qt-creator
Android: Debugger: Avoid warning regarding release build
This is just a workaround to avoid the warning of having a release build although building debug. In practice the validation should be done on the main library instead of the app_process of an Android executable. Change-Id: I4fe4ccc790d9e373a11f851c8216362188a97b85 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -1793,6 +1793,8 @@ void DebuggerEngine::setStateDebugging(bool on)
|
||||
|
||||
void DebuggerEngine::validateExecutable(DebuggerStartParameters *sp)
|
||||
{
|
||||
if (sp->skipExecutableValidation)
|
||||
return;
|
||||
if (sp->languages == QmlLanguage)
|
||||
return;
|
||||
QString binary = sp->executable;
|
||||
|
||||
Reference in New Issue
Block a user