diff --git a/src/plugins/projectexplorer/kitaspects.cpp b/src/plugins/projectexplorer/kitaspects.cpp index f1f3365499e..5b3d49195d4 100644 --- a/src/plugins/projectexplorer/kitaspects.cpp +++ b/src/plugins/projectexplorer/kitaspects.cpp @@ -105,7 +105,7 @@ SysRootKitAspectFactory::SysRootKitAspectFactory() setDisplayName(Tr::tr("Sysroot")); setDescription(Tr::tr("The root directory of the system image to use.
" "Leave empty when building for the desktop.")); - setPriority(31000); + setPriority(27000); } Tasks SysRootKitAspectFactory::validate(const Kit *k) const