forked from qt-creator/qt-creator
Use IDE_ID in sdktool
Change-Id: I83d5e13b57cf6c358506c1f07459632bfa4bff52 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Tobias Hunger
parent
ec9c2f78d8
commit
f3d7208aa9
@@ -51,7 +51,7 @@ Settings::Settings() :
|
||||
sdkPath.appendPath(QLatin1String(DATA_PATH));
|
||||
sdkPath = Utils::FileName::fromString(QDir::cleanPath(sdkPath.toString()));
|
||||
sdkPath.appendPath(QLatin1String(Core::Constants::IDE_SETTINGSVARIANT_STR)
|
||||
+ QLatin1String("/qtcreator"));
|
||||
+ '/' + Core::Constants::IDE_ID);
|
||||
}
|
||||
|
||||
Utils::FileName Settings::getPath(const QString &file)
|
||||
|
Reference in New Issue
Block a user