summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.qbs
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-03-09 14:13:13 +0100
committerhjk <hjk@qt.io>2017-03-10 15:14:12 +0000
commit7826ec7ed5c44cf6bc5c80f10c8588dff8372c5d (patch)
tree926a70a8e3228e480b6b5494cd3526c05d263b1e /src/plugins/projectexplorer/projectexplorer.qbs
parent5090c2929a7ccf20ebe379bb572fd5bcbb10f8e1 (diff)
downloadqt-creator-7826ec7ed5c44cf6bc5c80f10c8588dff8372c5d.tar.gz
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 <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.qbs')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.qbs1
1 files changed, 0 insertions, 1 deletions
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",