From bc67114d5391c5da13070997e06ad115e33227c0 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Tue, 13 Oct 2015 15:07:31 +0200 Subject: [PATCH] Tests: Fix compilation of templateengine.qbs "Duplicate product name 'StringUtils autotest" - looks like a copy/paste error from coming from tests/auto/utils/stringutils/stringutils.qbs. Change-Id: Ibf6088eea4471e6248581a02839a4d8ba9bc73ef Reviewed-by: Tobias Hunger Reviewed-by: Christian Kandeler --- tests/auto/utils/templateengine/templateengine.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/utils/templateengine/templateengine.qbs b/tests/auto/utils/templateengine/templateengine.qbs index 3dfc1c32387..b31ebdcd1b2 100644 --- a/tests/auto/utils/templateengine/templateengine.qbs +++ b/tests/auto/utils/templateengine/templateengine.qbs @@ -1,7 +1,7 @@ import qbs QtcAutotest { - name: "StringUtils autotest" + name: "TemplateEngine autotest" Depends { name: "Utils" } files: "tst_templateengine.cpp" }