Use IDE_ID in sdktool

Change-Id: I83d5e13b57cf6c358506c1f07459632bfa4bff52
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Eike Ziller
2018-01-11 10:23:58 +01:00
committed by Tobias Hunger
parent ec9c2f78d8
commit f3d7208aa9

View File

@@ -51,7 +51,7 @@ Settings::Settings() :
sdkPath.appendPath(QLatin1String(DATA_PATH)); sdkPath.appendPath(QLatin1String(DATA_PATH));
sdkPath = Utils::FileName::fromString(QDir::cleanPath(sdkPath.toString())); sdkPath = Utils::FileName::fromString(QDir::cleanPath(sdkPath.toString()));
sdkPath.appendPath(QLatin1String(Core::Constants::IDE_SETTINGSVARIANT_STR) sdkPath.appendPath(QLatin1String(Core::Constants::IDE_SETTINGSVARIANT_STR)
+ QLatin1String("/qtcreator")); + '/' + Core::Constants::IDE_ID);
} }
Utils::FileName Settings::getPath(const QString &file) Utils::FileName Settings::getPath(const QString &file)