forked from qt-creator/qt-creator
Ios: Fix Qt4 compile
Change-Id: Idd632e8c53472e86d26c339c3fe0dae27405711b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -73,7 +73,7 @@ void IosConfigurations::updateAutomaticKitList()
|
||||
{
|
||||
QMap<QString, Platform> platforms = IosProbe::detectPlatforms();
|
||||
if (!platforms.isEmpty())
|
||||
setDeveloperPath(platforms.first().developerPath);
|
||||
setDeveloperPath(platforms.begin().value().developerPath);
|
||||
// filter out all non iphone, non base, non clang or cxx11 platforms, as we don't set up kits for those
|
||||
{
|
||||
QMap<QString, Platform>::iterator iter(platforms.begin());
|
||||
|
||||
Reference in New Issue
Block a user