forked from qt-creator/qt-creator
ProjectExplorer: Use Utils::FileName for Runnable::executable
Change-Id: I584bc18aa19a4c9886af7b13e95052dfd4350b34 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
||||
addSupportedRunMode(QML_PREVIEW_RUN_MODE);
|
||||
setProducer([](RunControl *runControl) -> RunWorker * {
|
||||
const Runnable runnable = runControl->runConfiguration()->runnable();
|
||||
return new AndroidQmlToolingSupport(runControl, runnable.executable);
|
||||
return new AndroidQmlToolingSupport(runControl, runnable.executable.toString());
|
||||
});
|
||||
addConstraint([](RunConfiguration *runConfig) {
|
||||
return runConfig->isEnabled()
|
||||
|
||||
Reference in New Issue
Block a user