diff options
author | hjk <hjk@qt.io> | 2019-03-13 08:06:08 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2019-03-13 14:44:46 +0000 |
commit | 164ae1428ed450703dbc89e367bbc2afa91476cf (patch) | |
tree | cf7f5fb7d8b5307a11662b92341bc1b607824688 /src/plugins/qnx/qnxdeviceprocess.cpp | |
parent | 1fcb8a56e0a12c8a74f548c901bc5874bca9bc30 (diff) | |
download | qt-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/qnx/qnxdeviceprocess.cpp')
-rw-r--r-- | src/plugins/qnx/qnxdeviceprocess.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qnx/qnxdeviceprocess.cpp b/src/plugins/qnx/qnxdeviceprocess.cpp index 5a2b5ecfd3..46067672dc 100644 --- a/src/plugins/qnx/qnxdeviceprocess.cpp +++ b/src/plugins/qnx/qnxdeviceprocess.cpp @@ -26,6 +26,7 @@ #include "qnxdeviceprocess.h" #include <projectexplorer/devicesupport/sshdeviceprocess.h> +#include <projectexplorer/runcontrol.h> #include <utils/qtcprocess.h> |