summaryrefslogtreecommitdiff
path: root/tests/auto/utils/camelhumpmatcher/camelhumpmatcher.qbs
blob: 2ecb08dd988966de38b2de8a3eb6b57fcf079099 (plain)
1
2
3
4
5
6
7
8
import qbs
import "../../autotest.qbs" as Autotest

Autotest {
    name: "CamelHumpMatcher autotest"
    Depends { name: "Utils" }
    files: "tst_camelhumpmatcher.cpp"
}