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:
@@ -87,10 +87,10 @@ void IosPlugin::kitsRestored()
|
||||
{
|
||||
disconnect(ProjectExplorer::KitManager::instance(), SIGNAL(kitsLoaded()),
|
||||
this, SLOT(kitsRestored()));
|
||||
Internal::IosConfigurations::instance().updateAutomaticKitList();
|
||||
Internal::IosConfigurations::instance()->updateAutomaticKitList();
|
||||
connect(QtSupport::QtVersionManager::instance(),
|
||||
SIGNAL(qtVersionsChanged(QList<int>,QList<int>,QList<int>)),
|
||||
&Internal::IosConfigurations::instance(),
|
||||
Internal::IosConfigurations::instance(),
|
||||
SLOT(updateAutomaticKitList()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user