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

10 lines
216 B
QML
Raw Normal View History

2013-08-26 17:50:02 +02:00
import qbs
import QtcAutotest
2013-08-26 17:50:02 +02:00
QtcAutotest {
2013-08-26 17:50:02 +02:00
name: "StringUtils autotest"
Depends { name: "Utils" }
Depends { name: "Qt.widgets" } // TODO: Remove when qbs bug is fixed
files: "tst_stringutils.cpp"
}