summaryrefslogtreecommitdiff
path: root/tests/auto/utils/commandline/commandline.qbs
blob: 4b3e337ce1722e7d5fb54d5d8fc89c4ef1931fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Project  {
    QtcAutotest {
        name: "CommandLine autotest"

        Depends { name: "Utils" }
        Depends { name: "app_version_header" }

        files: [
            "tst_commandline.cpp",
        ]
    }
}