forked from qt-creator/qt-creator
		
	Android: Support commandline arguments for Android app
Change-Id: I3910b68ebbf00e1b62da663a3e58224413a1929e Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
		@@ -107,7 +107,7 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa
 | 
			
		||||
 | 
			
		||||
    RunControl::registerWorker(QML_PREVIEW_RUN_MODE, [](RunControl *runControl) -> RunWorker* {
 | 
			
		||||
        const Runnable runnable = runControl->runConfiguration()->runnable();
 | 
			
		||||
        return new AndroidQmlToolingSupport(runControl, runnable.executable, runnable.commandLineArguments);
 | 
			
		||||
        return new AndroidQmlToolingSupport(runControl, runnable.executable);
 | 
			
		||||
    }, [](RunConfiguration *runConfig) {
 | 
			
		||||
        return runConfig->isEnabled()
 | 
			
		||||
                && runConfig->id().name().startsWith("QmlProjectManager.QmlRunConfiguration")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user