From 7826ec7ed5c44cf6bc5c80f10c8588dff8372c5d Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 9 Mar 2017 14:13:13 +0100 Subject: ProjectExplorer: Merge ApplicationLauncher and DeviceApplicationRunner Treat ApplicationLauncher as a special case of a DeviceApplicationRunner with an implicit desktop device. As a first step, lump the two implementations together. Change-Id: Ifa3ea3f38d320023050378555e2d256e762b6683 Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/projectexplorer.qbs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/projectexplorer/projectexplorer.qbs') diff --git a/src/plugins/projectexplorer/projectexplorer.qbs b/src/plugins/projectexplorer/projectexplorer.qbs index 7fd2062e9d..3c6204240a 100644 --- a/src/plugins/projectexplorer/projectexplorer.qbs +++ b/src/plugins/projectexplorer/projectexplorer.qbs @@ -201,7 +201,6 @@ Project { files: [ "desktopdevice.cpp", "desktopdevice.h", "desktopdevicefactory.cpp", "desktopdevicefactory.h", - "deviceapplicationrunner.cpp", "deviceapplicationrunner.h", "devicecheckbuildstep.cpp", "devicecheckbuildstep.h", "devicefactoryselectiondialog.cpp", "devicefactoryselectiondialog.h", "devicefactoryselectiondialog.ui", "devicemanager.cpp", "devicemanager.h", -- cgit v1.2.1