summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt-s60/qt4symbiantarget.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/qt4projectmanager/qt-s60/qt4symbiantarget.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/qt4projectmanager/qt-s60/qt4symbiantarget.cpp')
-rw-r--r--src/plugins/qt4projectmanager/qt-s60/qt4symbiantarget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qt4projectmanager/qt-s60/qt4symbiantarget.cpp b/src/plugins/qt4projectmanager/qt-s60/qt4symbiantarget.cpp
index dc548a20af..00d3fad54a 100644
--- a/src/plugins/qt4projectmanager/qt-s60/qt4symbiantarget.cpp
+++ b/src/plugins/qt4projectmanager/qt-s60/qt4symbiantarget.cpp
@@ -40,11 +40,11 @@
#include "qt-s60/s60deployconfiguration.h"
#include "qt-s60/s60devicerunconfiguration.h"
-#include <projectexplorer/customexecutablerunconfiguration.h>
#include <projectexplorer/devicesupport/idevice.h>
#include <projectexplorer/project.h>
#include <projectexplorer/toolchainmanager.h>
#include <projectexplorer/toolchain.h>
+#include <qtsupport/customexecutablerunconfiguration.h>
#include <extensionsystem/pluginmanager.h>
#include <QApplication>
@@ -104,7 +104,7 @@ void Qt4SymbianTarget::createApplicationProFiles(bool reparse)
// Oh still none? Add a custom executable runconfiguration
if (runConfigurations().isEmpty()) {
- addRunConfiguration(new ProjectExplorer::CustomExecutableRunConfiguration(this));
+ addRunConfiguration(new QtSupport::CustomExecutableRunConfiguration(this));
}
}