forked from qt-creator/qt-creator
QmlDesigner: Do not assume MCU as the default
Fixes the sympton of QDS-2554, but not the real issue. Task-number: QDS-2554 Change-Id: I8e0aca0b843bcb2befdc2d9a85b2dbfdb468ffb2 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -277,7 +277,7 @@ bool DesignDocument::isQtForMCUsProject() const
|
||||
if (m_currentTarget)
|
||||
return m_currentTarget->additionalData("CustomQtForMCUs").toBool();
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
void DesignDocument::changeToInFileComponentModel(ComponentTextModifier *textModifer)
|
||||
|
||||
Reference in New Issue
Block a user