summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/debugginghelperbuildtask.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2012-05-16 16:24:16 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2012-05-18 15:48:26 +0200
commit5a79945ef6a7e43b01e1d60ff4db614439e1091a (patch)
tree549977c4b228dc40bde021ef679d0f814a15238c /src/plugins/qtsupport/debugginghelperbuildtask.cpp
parent5c23c44ed099500850f45ae0250a519ba4a18493 (diff)
downloadqt-creator-5a79945ef6a7e43b01e1d60ff4db614439e1091a.tar.gz
DebuggingHelper: Move to QtSupport
* Move debugginghelper to QtSupport. ProjectExplorer should not start looking for Qt versions! * Make autotools and generic project plugins depend on QtSupport Change-Id: If28418a85e3696cba713e66148c893a5a9b6adc7 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/qtsupport/debugginghelperbuildtask.cpp')
-rw-r--r--src/plugins/qtsupport/debugginghelperbuildtask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/debugginghelperbuildtask.cpp b/src/plugins/qtsupport/debugginghelperbuildtask.cpp
index eccf0d37d0..bf7c7ae1f9 100644
--- a/src/plugins/qtsupport/debugginghelperbuildtask.cpp
+++ b/src/plugins/qtsupport/debugginghelperbuildtask.cpp
@@ -31,6 +31,7 @@
**************************************************************************/
#include "debugginghelperbuildtask.h"
+#include "debugginghelper.h"
#include "qmldumptool.h"
#include "qmlobservertool.h"
#include "qmldebugginglibrary.h"
@@ -40,7 +41,6 @@
#include <projectexplorer/abi.h>
#include <projectexplorer/toolchainmanager.h>
#include <projectexplorer/toolchain.h>
-#include <projectexplorer/debugginghelper.h>
#include <projectexplorer/abi.h>
#include <utils/qtcassert.h>