forked from qt-creator/qt-creator
QmlProject: Add qtForMCU flag
Change-Id: Ia473fd257414f5edddc0ffcce8c913897d75f351 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -55,6 +55,11 @@ void QmlProjectItem::setTargetDirectory(const QString &directoryPath)
|
||||
m_targetDirectory = directoryPath;
|
||||
}
|
||||
|
||||
void QmlProjectItem::setQtForMCUs(bool b)
|
||||
{
|
||||
m_qtForMCUs = b;
|
||||
}
|
||||
|
||||
void QmlProjectItem::setImportPaths(const QStringList &importPaths)
|
||||
{
|
||||
if (m_importPaths != importPaths)
|
||||
|
||||
Reference in New Issue
Block a user