forked from qt-creator/qt-creator
sdktool: Use newest toolchain key when writing kit
No need to write these settings with the old key from Qt Creator 4.3 anymore. Change-Id: If6ece7277abea20945a56917f4bb55826f4ea769 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -64,7 +64,7 @@ const char DEBUGGER_BINARY[] = "Binary";
|
||||
const char DEVICE_TYPE[] = "PE.Profile.DeviceType";
|
||||
const char DEVICE_ID[] = "PE.Profile.Device";
|
||||
const char SYSROOT[] = "PE.Profile.SysRoot";
|
||||
const char TOOLCHAIN[] = "PE.Profile.ToolChains";
|
||||
const char TOOLCHAIN[] = "PE.Profile.ToolChainsV3";
|
||||
const char MKSPEC[] = "QtPM4.mkSpecInformation";
|
||||
const char QT[] = "QtSupport.QtInformation";
|
||||
const char CMAKE_ID[] = "CMakeProjectManager.CMakeKitInformation";
|
||||
|
||||
Reference in New Issue
Block a user