summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-03-13 08:06:08 +0100
committerhjk <hjk@qt.io>2019-03-13 14:44:46 +0000
commit164ae1428ed450703dbc89e367bbc2afa91476cf (patch)
treecf7f5fb7d8b5307a11662b92341bc1b607824688 /src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
parent1fcb8a56e0a12c8a74f548c901bc5874bca9bc30 (diff)
downloadqt-creator-164ae1428ed450703dbc89e367bbc2afa91476cf.tar.gz
ProjectExplorer: Move RunControl related classes to separate file pair
Change-Id: I5da56f80336673d595907abcc797f628be680cd5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/customexecutablerunconfiguration.cpp')
-rw-r--r--src/plugins/projectexplorer/customexecutablerunconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
index e0f9146ecc..a3c9a84f46 100644
--- a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
+++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
@@ -31,7 +31,7 @@
#include "environmentaspect.h"
#include "localenvironmentaspect.h"
#include "project.h"
-#include "runconfigurationaspects.h"
+#include "runcontrol.h"
#include "target.h"
#include <coreplugin/icore.h>