Files
qt-creator/tests/auto/utils_stringutils/utils_stringutils.qbs

10 lines
216 B
QML
Raw Normal View History

import qbs
import QtcAutotest
QtcAutotest {
name: "StringUtils autotest"
Depends { name: "Utils" }
Depends { name: "Qt.widgets" } // TODO: Remove when qbs bug is fixed
files: "tst_stringutils.cpp"
}