forked from qt-creator/qt-creator
iOS: Make "skipping platform" debug message instead of warning.
Since there are WatchOS/Simulator and TVOS/Simulator nowadays, skipping these platforms is not worth a warning. Change-Id: I3671f8e9186dd521887acc81e5e60844bc9e9bcf Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -137,7 +137,7 @@ void IosProbe::setupDefaultToolchains(const QString &devPath, const QString &xco
|
|||||||
if (name != QLatin1String("macosx") && name != QLatin1String("iphoneos")
|
if (name != QLatin1String("macosx") && name != QLatin1String("iphoneos")
|
||||||
&& name != QLatin1String("iphonesimulator"))
|
&& name != QLatin1String("iphonesimulator"))
|
||||||
{
|
{
|
||||||
qCWarning(probeLog) << indent << QString::fromLatin1("Skipping unknown platform %1").arg(name);
|
qCDebug(probeLog) << indent << QString::fromLatin1("Skipping unknown platform %1").arg(name);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user