forked from qt-creator/qt-creator
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:
@@ -1,7 +1,7 @@
|
||||
import qbs
|
||||
|
||||
QtcAutotest {
|
||||
name: "StringUtils autotest"
|
||||
name: "TemplateEngine autotest"
|
||||
Depends { name: "Utils" }
|
||||
files: "tst_templateengine.cpp"
|
||||
}
|
||||
|
Reference in New Issue
Block a user