forked from qt-creator/qt-creator
QmlDesigner: Add setting for Qt 6 projects
Adding 'qt6Project: true' to the qmlproject file marks the project as Qt 6 'only'. Task-number: QDS-4734 Change-Id: Ib9d969fd11d409e280734f9bedf759b40470fc61 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
@@ -60,6 +60,11 @@ void QmlProjectItem::setQtForMCUs(bool b)
|
||||
m_qtForMCUs = b;
|
||||
}
|
||||
|
||||
void QmlProjectItem::setQt6Project(bool qt6Project)
|
||||
{
|
||||
m_qt6Project = qt6Project;
|
||||
}
|
||||
|
||||
void QmlProjectItem::setImportPaths(const QStringList &importPaths)
|
||||
{
|
||||
if (m_importPaths != importPaths)
|
||||
|
||||
Reference in New Issue
Block a user