Ios: Fix Qt4 compile

Change-Id: Idd632e8c53472e86d26c339c3fe0dae27405711b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Christian Stenger
2014-05-20 10:56:49 +02:00
parent 8a42154f24
commit 53999b89fe

View File

@@ -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());