forked from qt-creator/qt-creator
QtSupport: Remove SimulatorQt
Unused for years. Change-Id: I721068ecf18afb09fb928a348cbb5e8127a3dfc2 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -305,8 +305,7 @@ void QmlProjectRunConfiguration::updateEnabled()
|
||||
bool QmlProjectRunConfiguration::isValidVersion(QtSupport::BaseQtVersion *version)
|
||||
{
|
||||
if (version
|
||||
&& (version->type() == QLatin1String(QtSupport::Constants::DESKTOPQT)
|
||||
|| version->type() == QLatin1String(QtSupport::Constants::SIMULATORQT))
|
||||
&& version->type() == QLatin1String(QtSupport::Constants::DESKTOPQT)
|
||||
&& !version->qmlviewerCommand().isEmpty()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user