forked from qt-creator/qt-creator
iOS: Fixes false warnings about iOS kit and Qt version
iOS Qt version complains about missing compilers and the corresponding kit complains about unsupported device Task-number: QTCREATORBUG-16472 Change-Id: Ie2185e33ec5043de0230a325b48b21dc1a25109e Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -116,5 +116,6 @@ QSet<Core::Id> IosQtVersion::availableFeatures() const
|
||||
|
||||
QSet<Core::Id> IosQtVersion::targetDeviceTypes() const
|
||||
{
|
||||
return { Constants::IOS_DEVICE_TYPE };
|
||||
// iOS Qt version supports ios devices as well as simulator.
|
||||
return { Constants::IOS_DEVICE_TYPE, Constants::IOS_SIMULATOR_TYPE };
|
||||
}
|
||||
|
Reference in New Issue
Block a user