ios: make device simulated configurable in runconfiguration

Change-Id: I54bcbd7f2142ab95618005f1f108a122bfe18d32
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Fawzi Mohamed
2014-03-28 19:05:35 +01:00
parent b0f5fbc866
commit 88f85896f1
10 changed files with 137 additions and 47 deletions

View File

@@ -30,14 +30,16 @@
#define IOSRUNNER_H
#include "iosconfigurations.h"
#include "iostoolhandler.h"
#include "iosconstants.h"
#include <projectexplorer/devicesupport/idevice.h>
#include <QObject>
#include <QTimer>
#include <QThread>
#include <QProcess>
#include <QMutex>
#include "iostoolhandler.h"
#include <projectexplorer/devicesupport/idevice.h>
namespace Ios {
namespace Internal {
@@ -87,6 +89,7 @@ private:
QString m_bundleDir;
QStringList m_arguments;
ProjectExplorer::IDevice::ConstPtr m_device;
IosDeviceType::Enum m_deviceType;
bool m_cppDebug;
bool m_qmlDebug;
bool m_cleanExit;