forked from qt-creator/qt-creator
ios: single xcode and cleaned configurations
Use just one xcode, namely the one of xcode-select (like qmake) cleaned iosconfigurations: * cleaned now unneded xcode paths * using static methods, removed IosConfig Change-Id: Icc4d1bc1063a5f65230736a47b4ca9b139fa79e0 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
class IosProbe
|
||||
{
|
||||
public:
|
||||
static QMap<QString, Platform> detectPlatforms(const QString &devPath);
|
||||
static QMap<QString, Platform> detectPlatforms(const QString &devPath = QString());
|
||||
IosProbe()
|
||||
{ }
|
||||
|
||||
@@ -71,7 +71,7 @@ private:
|
||||
void detectDeveloperPaths();
|
||||
void setArch(Platform *platform, const QString &pathToGcc, const QStringList &extraFlags);
|
||||
void setupDefaultToolchains(const QString &devPath, const QString &xcodeName);
|
||||
void detectAll();
|
||||
void detectFirst();
|
||||
QMap<QString, Platform> detectedPlatforms();
|
||||
private:
|
||||
QMap<QString, Platform> m_platforms;
|
||||
|
||||
Reference in New Issue
Block a user