forked from qt-creator/qt-creator
"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>
8 lines
130 B
QML
8 lines
130 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "TemplateEngine autotest"
|
|
Depends { name: "Utils" }
|
|
files: "tst_templateengine.cpp"
|
|
}
|