aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/Package/Translation.cs
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Package/Package/Translation.cs')
-rw-r--r--QtVsTools.Package/Package/Translation.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/QtVsTools.Package/Package/Translation.cs b/QtVsTools.Package/Package/Translation.cs
index 7607a34b..ab5d6aaa 100644
--- a/QtVsTools.Package/Package/Translation.cs
+++ b/QtVsTools.Package/Package/Translation.cs
@@ -150,7 +150,8 @@ namespace QtVsTools
if (selectedFiles != null)
properties["SelectedFiles"] = string.Join(";", selectedFiles);
- QtProjectBuild.StartBuild(project, activeConfigId, properties, new[] { target });
+ QtProjectBuild.StartBuild(
+ project, project.FullName, activeConfigId, properties, new[] { target });
}
}