forked from qt-creator/qt-creator
ios: make device simulated configurable in runconfiguration
Change-Id: I54bcbd7f2142ab95618005f1f108a122bfe18d32 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user