summaryrefslogtreecommitdiff
path: root/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.qbs
blob: 012ba11a67366f404458b6adb75917a0daa3ab6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import qbs

CppApplication {
    type: "application"
    name: "Dummy auto test"
    targetName: "tst_FooBar"

    Depends { name: "Qt.test" }
    Depends { name: "Qt.gui" }

    files: [ "tst_foo.cpp", "tst_foo.h" ]
}