forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
|
||||
#include <projectexplorer/deployconfiguration.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/customexecutablerunconfiguration.h>
|
||||
#include <qt4projectmanager/buildconfigurationinfo.h>
|
||||
#include <qtsupport/customexecutablerunconfiguration.h>
|
||||
|
||||
#include <qtsupport/qtversionmanager.h>
|
||||
|
||||
@@ -173,7 +173,7 @@ Qt4BaseTarget *AndroidTargetFactory::create(ProjectExplorer::Project *parent, co
|
||||
|
||||
target->createApplicationProFiles(false);
|
||||
if (target->runConfigurations().isEmpty())
|
||||
target->addRunConfiguration(new ProjectExplorer::CustomExecutableRunConfiguration(target));
|
||||
target->addRunConfiguration(new QtSupport::CustomExecutableRunConfiguration(target));
|
||||
return target;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user