forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user