aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidqmltoolingsupport.h
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/android/androidqmltoolingsupport.h
parent1fcb8a56e0a12c8a74f548c901bc5874bca9bc30 (diff)
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/android/androidqmltoolingsupport.h')
-rw-r--r--src/plugins/android/androidqmltoolingsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidqmltoolingsupport.h b/src/plugins/android/androidqmltoolingsupport.h
index 5e1d00aa3ba..8351de59a99 100644
--- a/src/plugins/android/androidqmltoolingsupport.h
+++ b/src/plugins/android/androidqmltoolingsupport.h
@@ -25,7 +25,7 @@
#pragma once
-#include <projectexplorer/runconfiguration.h>
+#include <projectexplorer/runcontrol.h>
#include <utils/environment.h>
namespace Android {