forked from qt-creator/qt-creator
CMake: Order preloadcache after cmake in the kit display
Change-Id: Ibf131198b59ac489fe2c008b518e4df6731a287a Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -47,7 +47,7 @@ CMakePreloadCacheKitInformation::CMakePreloadCacheKitInformation()
|
|||||||
{
|
{
|
||||||
setObjectName(QLatin1String("CMakePreloadCacheKitInformation"));
|
setObjectName(QLatin1String("CMakePreloadCacheKitInformation"));
|
||||||
setId(CMakePreloadCacheKitInformation::id());
|
setId(CMakePreloadCacheKitInformation::id());
|
||||||
setPriority(20000);
|
setPriority(19000);
|
||||||
}
|
}
|
||||||
|
|
||||||
Core::Id CMakePreloadCacheKitInformation::id()
|
Core::Id CMakePreloadCacheKitInformation::id()
|
||||||
|
Reference in New Issue
Block a user