summaryrefslogtreecommitdiff
path: root/tests/auto/utils/mathutils/mathutils.qbs
blob: 36fa42ffc4608bf35cb46f95fb52622d1ef2b89e (plain)
1
2
3
4
5
6
7
import qbs

QtcAutotest {
    name: "MathUtils autotest"
    Depends { name: "Utils" }
    files: "tst_mathutils.cpp"
}