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 <tobias.hunger@theqtcompany.com>
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-10-13 15:07:31 +02:00
parent 250c8d662b
commit bc67114d53

View File

@@ -1,7 +1,7 @@
import qbs import qbs
QtcAutotest { QtcAutotest {
name: "StringUtils autotest" name: "TemplateEngine autotest"
Depends { name: "Utils" } Depends { name: "Utils" }
files: "tst_templateengine.cpp" files: "tst_templateengine.cpp"
} }