aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/nim.pro
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-03-10 09:05:52 +0100
committerhjk <hjk@qt.io>2017-03-14 10:35:37 +0000
commit30b4955ed7aa1ac3b78e9eb9385c033311b3a620 (patch)
tree79e62feb5b3f9c5d30ce5cc8a8b8a7ae165ab24b /src/plugins/nim/nim.pro
parenta1165291774411a5f2dd864540d638f810267ad5 (diff)
ProjectExplorer: Add a SimpleRunControl implementation
Essentially a RunControl with and ApplicationLauncher member like it is used directly or in disguise in the LocalApplicationRunControl, Nim and Python. Extenting that to RemoteLinux/Qnx is possible, but left to the next patch. Change-Id: I91b3199d3d6a418fe4e5be7a5d61689c581a5121 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/nim/nim.pro')
-rw-r--r--src/plugins/nim/nim.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/nim/nim.pro b/src/plugins/nim/nim.pro
index 85e3881e92c..1a27ab50cf0 100644
--- a/src/plugins/nim/nim.pro
+++ b/src/plugins/nim/nim.pro
@@ -29,7 +29,6 @@ HEADERS += \
project/nimcompilerbuildstepfactory.h \
project/nimcompilercleanstepfactory.h \
project/nimbuildconfigurationwidget.h \
- project/nimruncontrol.h \
project/nimruncontrolfactory.h \
editor/nimeditorfactory.h \
settings/nimcodestylesettingspage.h \
@@ -59,7 +58,6 @@ SOURCES += \
project/nimcompilerbuildstepfactory.cpp \
project/nimcompilercleanstepfactory.cpp \
project/nimbuildconfigurationwidget.cpp \
- project/nimruncontrol.cpp \
project/nimruncontrolfactory.cpp \
editor/nimeditorfactory.cpp \
settings/nimcodestylesettingspage.cpp \