aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/utils_stringutils/utils_stringutils.qbs
blob: 609dbd08f9a3dec201d31c25d77ef6d8576defe7 (plain)
1
2
3
4
5
6
7
8
9
import qbs
import "../autotest.qbs" as Autotest

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