forked from qt-creator/qt-creator
Change-Id: I475a5914f3b65656dc12cf7619bfed34e9fc8b74 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
9 lines
197 B
QML
9 lines
197 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "StringUtils autotest"
|
|
Depends { name: "Utils" }
|
|
Depends { name: "Qt.widgets" } // TODO: Remove when qbs bug is fixed
|
|
files: "tst_stringutils.cpp"
|
|
}
|