forked from qt-creator/qt-creator
QmlProjectManager: Fix setting of QmlProjectItem.qtForMCUs
Change-Id: I0f98d21b7d343685f6e696526486ef17dc7b632e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -103,7 +103,7 @@ QmlProjectItem *QmlProjectFileFormat::parseProjectFile(const Utils::FilePath &fi
|
||||
|
||||
const QVariant qtForMCUProperty = rootNode->property("qtForMCUs");
|
||||
if (qtForMCUProperty.isValid() && qtForMCUProperty.toBool())
|
||||
projectItem->setQtForMCUs(targetDirectoryPropery.toBool());
|
||||
projectItem->setQtForMCUs(qtForMCUProperty.toBool());
|
||||
|
||||
if (debug)
|
||||
qDebug() << "importPath:" << importPathsProperty << "mainFile:" << mainFileProperty;
|
||||
|
Reference in New Issue
Block a user