forked from qt-creator/qt-creator
QmlProject: Add support for primaryLanguage
Task-number: QDS-5187 Change-Id: I05aafa726fd6c2b586d57b64239cf08c1f2342ab Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -46,8 +46,7 @@ static bool isMultilanguagePresent()
|
||||
static Utils::FilePath getMultilanguageDatabaseFilePath(ProjectExplorer::Target *target)
|
||||
{
|
||||
if (target) {
|
||||
auto filePath = target->project()->projectDirectory().pathAppended(
|
||||
"multilanguage-experimental-v6.db");
|
||||
auto filePath = target->project()->projectDirectory().pathAppended("translations.db");
|
||||
if (filePath.exists())
|
||||
return filePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user