Files
qt-creator/tests/auto/utils/templateengine/templateengine.qbs
Nikolai Kosjar bc67114d53 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>
2015-10-13 14:04:17 +00:00

8 lines
130 B
QML

import qbs
QtcAutotest {
name: "TemplateEngine autotest"
Depends { name: "Utils" }
files: "tst_templateengine.cpp"
}