Move CustomExecutableRunConfiguration to ProjectExplorer

There's nothing QtSupport specific in there.

Change-Id: I616a37ed56f1853cdbb16f483de5682d5ea63715
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2016-05-12 17:42:36 +02:00
parent 87e8f03c03
commit 602d899e0f
18 changed files with 64 additions and 98 deletions

View File

@@ -32,16 +32,7 @@
#include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h>
#include <qmakeprojectmanager/qmakeproject.h>
#include <qtsupport/customexecutablerunconfiguration.h>
#include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h>
#include <QDir>
#include <QFileSystemWatcher>
#include <QList>
#include <QProcess>
#include <QApplication>
#include <QDomDocument>
using namespace QmakeProjectManager;
using namespace ProjectExplorer;