forked from qt-creator/qt-creator
Projects: Fix capitalization in messages
Change-Id: I1928fe11a3a23c0577ecc941d259d310a211e86f Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -307,7 +307,7 @@ QList<Task> QmlProject::projectIssues(const Kit *k) const
|
||||
} else {
|
||||
// Non-desktop Qt on a desktop device? We don't support that.
|
||||
result.append(createProjectTask(Task::TaskType::Error,
|
||||
tr("Non-desktop Qt is used with a Desktop device.")));
|
||||
tr("Non-desktop Qt is used with a desktop device.")));
|
||||
}
|
||||
} else {
|
||||
// If not a desktop device, don't check the Qt version for qmlscene.
|
||||
|
Reference in New Issue
Block a user