ProjectExplorer: Down-prioritize SysRootKitAspect

It's mostly used in connection with the debugger, so put it afterwards.

Change-Id: I6351b4c3db34e1b740c444c04205544ea88b8e8a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-08-21 17:06:04 +02:00
parent 46e97ad08d
commit 6b82b29e23

View File

@@ -105,7 +105,7 @@ SysRootKitAspectFactory::SysRootKitAspectFactory()
setDisplayName(Tr::tr("Sysroot"));
setDescription(Tr::tr("The root directory of the system image to use.<br>"
"Leave empty when building for the desktop."));
setPriority(31000);
setPriority(27000);
}
Tasks SysRootKitAspectFactory::validate(const Kit *k) const